@charset "utf-8";
body {

}

body { 
margin:0; 
padding:0; 
background-color: #000;
font-family: tahoma; 
font-size:12px; 
color:#fff; 
min-width:800px; 
} 
div#wrap { 
background: fff; 
background-repeat:repeat; 
margin:0 auto; 
width:800px; 
} 
#header { 
width:12px; 
height:50px; 

} 
#main { 

float:left; 
width:800px; 
} 

#hand{
	background-image: url(../images/hand.jpg);
	background-repeat:no-repeat;
	height:512px;
	width:389px;
	float:left;
}
#content { 
text-align: center; 
font-weight: bold; 
font-size: 12px; 
margin-left:50px; 
width:800px; 
background: transparent; 
border: solid 10px #ffffff; 
padding-left: 10px; 
padding-right: 10px; 
padding-top: 10px; 
padding-bottom: 10px; 
} 

img.logo{
margin-top:200px;	
}
#footer { 

width:800px; 
height:30px; 
clear:both; 
} 

