#site {
	width: 900px;
	margin: 30px auto;
	text-align: left;

}
#logo {
 background: url(../images/logo.jpg) no-repeat;
 width: 350px;
 height: 114px;
 text-align: left;
 position: absolute;
 top: 10px;
 left: 50%;
 margin-left: -450px;
 z-index: 100;
}
#page {
	width: 800px;
	margin: 20px auto;
}
#top {

}
#menu {
	background: #707070 url(../images/bg_menu.jpg) no-repeat top left;
	height: 45px;
}

#main {
	background: #707070;
}

#address {
	background: #707070;
	padding: 10px 10px 10px 70px;
	text-align: center;
	color: #FFFFFF;
}

#footer{
	background: #FFFFFF;
	color: #707070;
	text-align: center;
	padding: 4px ;
}

#footer a{
	color: #707070;
}
