body {
	background-color: transparent;
	font-family:Century Gothic, Verdana;
	font-variant:small-caps;
	}

#title {
	position: absolute;
	top: 70px;
	left: 9px;
	color: #E6E5E5;
	font-size:18pt;
	font-weight: bold;
	}

#content{
	position: absolute;
	top: 120px;
	width:600px;
	height:210px;
	overflow:auto;
	color: white;
	font-size:12pt;
	padding:2px;
	background-color:transparent;
	}

#menu {
	position: absolute;
	top: 120px;
	width:120px;
	height:150px;
	left:50%;
	margin-left:-50px;
	overflow:auto;
	font-size:12pt;
	padding:4px;
	background-color:transparent;
	}

#home {
	position:absolute; 
	right: 100px;
	}

a:link {color:white; text-decoration:none;font-size:12pt;font-family: Century Gothic, Verdana;}
a:visited {color:white; text-decoration:none;font-size:12pt;font-family: Century Gothic, Verdana;}
a:active {color:white; text-decoration:none;font-size:12pt;font-family: Century Gothic, Verdana;}
a:hover {color:#888; text-decoration:none;font-size:12pt;font-family: Century Gothic, Verdana;}

