#container {
	background-color: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#container #header {
	background-color: #000;
	height: 120px;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#container #content {
	background-color: #000;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container #content #index {
	background-image: url(../homepagepic.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 600px;
	width: 1000px;
}
#container #footer {
	background-color: #000;
	height: 15px;
	width: 1000px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 8px;
	text-align: center;
}
body {
	margin:2px;
}
