@charset "utf-8";
/* CSS Document */


#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 7px;
	background-color: #FFF;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 900px;
}
p, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;	
}

#footer {
	text-align: center;
	float: left;
	width: 900px;
	margin-top: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F;
}
