@charset "UTF-8";
#header {
	background-color: #CC0000;
	height: 35px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#maincontainer {
	background-color: #99CC00;
	height: 1000px;
	width: 100%;
}
