body{ 
background-image:url('images/bp-background.png');
background-repeat:repeat-x;
}

#header {
 position:relative;
 top:0px;
 left:50px;
 width:1050px;
 height:100px;
 background-image:url('images/bp-top.png');
 background-repeat:no-repeat;
 text-align:left;
}

#wrapper {
 position:relative;
 top:0px;
 left:0px;
 width:1050px;
 height:600px;  
 text-align:center;
 z-index:0;
}


#menu {
 position:absolute;
 top:330px;
 left:420px;
 width:200px;
 height:30px;  
 text-align:center;
 z-index:10;
}

#start {
 position:absolute;
 top:0px;
 left:75px;
 width:900px;
 height:500px;
 z-index:10; 
}

#claim {
 position:absolute;
 top:400px;
 left:370px;
 width:300px;
 height:100px;
 font-family: Century Gothic;
 font-size: 8px;
 font-weight: regular;
 color: #b4b4b4;
 z-index:10;
}

.main   
	{
	font-family: Century Gothic;
		font-size: 14px;
		font-weight: regular;
		color: #000000;   
	}

.small   
	{
	font-family: Century Gothic;
		font-size: 8px;
		font-weight: regular;
		color: #b4b4b4;   
	}
  	
a {
	font-family: Century Gothic;
	font-size: 14px;
	color: #b4b4b4;
	text-decoration: none; 
	font-weight: regular;
}

a:hover {
	font-family: Century Gothic;
	font-size: 14px;
	color: #e30510;
	text-decoration: none;
	font-weight: regular;
}