#backdrop {
	position:relative;
	width:800px;
	height:500px;
}

.bodytext {     
	font-family:georgia,serif;
	font-size:12px;
	color:#eeeeee;  
}

.bodytext2 {     
	font-family:georgia,serif;
	font-size:10px;
	color:#eeeeee;  
}

.heading {     
	font-family:georgia,serif;
	font-size:14px;
	font-weight:bold;
	color:#dddddd;
}

.button {
	border:1px solid black;
	background-color:#c2dfee;
	font-family:georgia,serif;
	font-size:12px;  
}

#menu {
	position:absolute;
	top:80px;
	left:34px;
	font-family:georgia,serif;
	font-size:12px;
	text-align:left;
}

#name {
	position:absolute;
	top:20px;
	left:30px;
	font-family:georgia,serif;
	font-size:28px;
	text-align:left;
	color:#2F95C4; 
	font-weight:bold;  
}

#title {
	position:absolute;
	top:20px;
	right:30px;
	font-family:georgia,serif;
	font-size:28px;
	text-align:right;
	color:#2F95C4; 
	font-weight:bold;  
}

a:link {
	color:#999999;
	text-decoration:none;
}

a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;	
}
