body {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#divHeader {
	height: 150px;
	width: 800px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('http://www.49countynews.net/tvoip/images/banner.png');
}

#divMainContent {
	height: 600px;
	width: 800px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background-color:white;
	text-align:center;
}
#divFooter {
	color:black;
	font-size:small;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
