@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	background-color: #FFF;
}
#banner {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#wrapper {
	background-color: #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#footer {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	background-color: #CCC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-left-color: #000;
}

