* {
	margin: 0; padding: 0;
}

body {
	font: normal 12px 'trebuchet ms', arial, tahoma;
	color: #315A1C;
}
#container {
	width: 800px;
	height: auto;
	margin: 0 auto;
}
#head {
	width: auto;
	height: 152px;
	background: url("images/head.gif") repeat-x;
}
.none {
	display: none;
}
#logo {
	width: 331px;
	height: 138px;
	background: url("images/logo.jpg") no-repeat;
	margin: 0 auto;
}
#logo a {
	width: 276px;
	height: 138px;
	display: block;
}

#center {
	width: 500px;
	height: auto;
	float: left;
}
#foot {
	width: auto;
	height: 39px;
	background: url("images/foot.gif") repeat-x ;
	text-align: center;
	padding-top: 50px;
	padding-bottom: auto;
	color: #FFF;
}
a {
	color: #FFF;
}
