@charset "utf-8";

html {
	background:#ffc600 url('../images/big-bg.jpg') center top no-repeat;
}
body {
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top:0px;
	font-size:12px;
	text-decoration:none;
	font-family:Tahoma, Sans Serif;
}
.logo {
	position:absolute;
	top:77px;
	left:97px;
	width:805px;
	/* height:437px; */
	background:url('../images/logo.png') 0 0 no-repeat;
}
