/*CSS file must not be empty */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

#header {
	height:100px;
	width:850px;
	background-image:url(../images/header.jpg);
	background-position:center;
}

#footer {
	height:258px;
	width:850px;
	background-image:url(../images/footer.jpg);
	background-position:center;
}

#flashcontent {}
