* CSS Document */
BODY {
	font-size:12px;
	font-family:Times New Roman;
	background-color:#000000;
	color:#FFFFFF;
	height: 100%;
}
.title {
	font-size:30px;
	color:#000000;
	font-family:Georgia;
}
A, A:visited, A:active {
color:#000000;
text-decoration:none;
font-style:oblique;
}
A:hover {
	}
/*** layers ***/
#header {
	width: 100%;
	height: 75px;
	z-index: 3;
	background-color:#000000;
	overflow: visible;
}

#content {
	margin-top: 100px;
	margin-left: 25px;
	width: 900px;
	height: 900px;
	z-index: 4;
	background-color:#000000;
	color:#FFFFFF;
	overflow: visible;
}

