body, html {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:center;
	min-height: 100%;
    width: 100%;
    height: 100%;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#horizon {
	position: absolute;
	top: 50%;
	/*this margin should be half the height of the wrapper*/
	margin-top: -275px;
	left: 0px;
	width: 100%;
	text-align: center;
	/*min width used to add scrollbars when browser gets smaller
	 than this width (set it to width of wrapper div)*/
	min-width: 950px; 
}
#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	height: 550px;
	margin: 0px auto;
}

a:link {
	color:#9b0000;
}

a:visited{
	color:#9b0000;
}

a:hover{
	color:#FFFFFF;
}

a:active{
	color:#9b0000;
}

.contentContainer{
	margin:0 auto;
	text-align:left;
	width:950px;
}

.imgContainer{
	width:950px;
	height:347px;
	float:left;
	background-image:url(images/htmlImg.jpg);
	background-repeat:no-repeat;
}

.menuContainer{
	float:left;
	width:130px;
	padding-left:20px;
}
.bodyContainer{
	float:left;
	width:800px;
}

.footerContainer{
	text-align:center;
	float:left;
	width:910px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:40px;
	font-size:10px;
}

.header{
	font-size:16px;
}