@charset "UTF-8";
#container {
	height: 900px;
	width: 100%;
}
#header {
	background-color: #00FF00;
	height: 100px;
	width: 100%;
}
#maincontent {
	background-color: #FF3300;
	height: 600px;
	width: 100%;
}
#footer {
	background-color: #9900FF;
	height: 50px;
	width: 100%;
}
#container #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#body {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
}
