@charset "utf-8";
/* CSS Document */
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
}
#mainbody{
	width:100%;
	height:768px;
	position:relative;
	background-image:url(../images/background.png);
	background-position:top -50px;
	background-repeat:repeat-x;
}
#logo{
width:320px;
height:200px;
margin:auto;
}
#logoleft{
height:250px;
}
#selection{
width:801px;
margin:auto;
}
.item{
position:relative;
top:28px;
margin-right:35px;
float:left;
}
#menubar{
	width:900px;
	height:40px;
	border:1px solid;
	background-image:url(../images/menubar.jpg);
}
