body {
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 5px;
	background-color: #000000;
	color: #FFFFFF;
	min-width: 950px;
	padding: 0px;
	text-align: center;
	position: relative;
}

#header {
	position: static;
	top: 45px;
	width: auto;
	text-align:center;
	
	}
	
#columncenter{
	position: absolute;
	top: 145px;
	left: 25%;
	right: 25%;
	width: 50%;
	text-align: center;
	z-index: 2;
	}
	
#footer {
	position: absolute;
	left: 25%;
	right: 25%;
	width: 50%;
	color: #FFFFFF;
	text-align:center;
}

#footer1 {
	position: absolute;
	top: 525px;
	left: 25%;
	right: 25%;
	width: 50%;
	color: #FFFFFF;
	text-align:center;
}


#photo1{
	position: absolute;
	top: 170px;
	left: 55px;	
}

#photo2{
	position: absolute;
	top: 170px;
	left: 70%;	
}

h1 {
	font-size: 175%;
	color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

h2 {
	font-size: 140%;
	color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

h3 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #009900;
	margin-left: 50px;
	margin-right: 50px;
	padding: 0px;
	text-align: left;
}

#content {
 background-color: red;
}