body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #0066CC;
}
#content {
	width: 100%;
	text-align: center;

}
img {
	border: 0px;
}
#headerContainer {
	height: 22px;
}
#mask {
	width: 1680px;
	height: 843px;
	display: none;
	position: absolute;
	z-index: 9000;
	background-color: #000000;
	top: 0px;
	left: 0px;
	opacity: 0.8;
}
.window {
	position: absolute;
	display: none;
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	z-index: 9100;
	padding: 25px;
}
.center {
	text-align: center;
}
#menu {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 600px;
	padding: 20px;
}
#footer {
	width: 100%;
	text-align: center;
}
