/* CSS Document */

#container {
	width:890px;
	background:black;
	display:block;
	margin-right: auto;
	margin-left: auto;
	} 
#header {
	background:black;
	height:330px;
	width:890px;
	float:none;
	}
#content {
	background:black;
	height:100%;
	width:890px;
	float:none;
	}
	#bottom {
	background:black;
	height:15px;
	width:890px;
	float:none;
	}
#img {
	border-color:#D60000;
	}
