﻿body 
{
	background-color:#FDFDFD;
	background-image:url('images/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:10pt;
	
}
.site
{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	
	}
.logo
{
	width:323px;
	height:87px;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	margin-left:80px;
	}
.banner
{
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
	width:882px;
	height:223px;
	margin-left:auto;
	margin-right:auto;
	}
.menu
{
	width:882px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/menuback.png');
	background-repeat:no-repeat;
	background-position:center top;
	padding-left:60px;
	}
.header{}
.content
{
	height:400px;
	}
.footer
{
	margin-left:auto;
	margin-right:auto;
	width:890px;
	height:70px;
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
	background-position:center top;
	}

