a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: #404040; }
a:active { color: #c0c0c0; }

body {
	background: white;
	min-width: 975px;
	min-height: 600px;
	font-family: Arial Narrow, Arial, sans-serif;
}

div {
	color: #404040;
}

div#main {
	background: #8C8C8C;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 975px;
	height: 600px;
	margin-left: -488px;
	margin-top: -300px;
}

/* windows style */

div.window {
	background: #404040;
}

div.windowtitlebar {
	XXXbackground: #404040;
	height: 13px;
}

.windowtitle {
	text-align: center;
	color: white;
}

.closebutton {
	float: right;
	width: 15px;
	height: 13px;
}
