@charset "UTF-8";
#menubar {
	margin-bottom: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration:none;
	height: 200px;
	padding-left: 100px;
}
#mainwindow {
	float: left;
	height: 100%;
	width: 100%;
}
Body {
	background-color: #666666;
	height: 100%;
	width: 100%;
	background-position: center;
}
#main {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	float: left;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	height: 200px;
	width: 800px;
	text-align: center;
}
#annimationwelcome {
	height: 220px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;
}
#title {
	background-position: center;
	text-align: center;
	height: 160px;
	width: 800px;
}
