body{
	background:url(../images/background.jpg) #FFF no-repeat top center;
}
#main{
	background: #ffffff;
	margin:0 auto;
	width: 780px;
	border-right:none;
	border-left:none;
}
#header{
	height: 127px;
}
#header ul{
	margin:0;
	padding:100px 0 0 0;
}
#header ul li	{
	padding: 0 1px 0px 5px;
}
#header ul li a{
	color: #626262;
	float: left;
	position: relative;
}
.logo{
	background: url(../images/logo.gif) no-repeat;
	width: 144px;
	height: 64px;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	left: 20px;
	top: 16px;
}
#body{
	background: none;
	margin-top: 35px;
	margin-bottom: 10px;
	width: 775px;
}
