html {
	height:100%;
}
body {
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	font:xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height:100%;
	text-align:center;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#mainwindow {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:100%;
}
