@charset "utf-8";

/* CSS Document */



div.mainbackground {

	width:100%;

	height:782px;

}



div.container {

	width:935px;

	height:636px;

	margin:auto;

	margin-top:100px;

}



div.header {

	width:800px;

	height:80px;

	color:#FFFF00;

	font-size:50px;

	font-style:italic;

	text-align:center;

}



div.menu {

	width:265px;

	height:636;

	float:left;

}



#menubutton {

	padding:5px;

}



div.content {

	width:640px;
	margin:auto;
	height:480px;

	padding:10px;

	background-color:#000000;

	color:#FFFFFF;

	float:right;

	font-size:20px;

	text-align:center;

	border:#FFFFFF thin solid;

}



div.footer {

	width:800px;

	height:auto;

	color:#FFFFFF;

	text-align:center;

}