#backdrop {
	position:relative;
	border:1px solid #cccccc;
	width:800px;
	height:600px;
}

#panel {
	position:absolute;
	top:50px;
	left:20px;
	width:130px;
	height:320;
}

#cdadd {
	position:absolute;
	top:380px;
	left:20px;
	width:130px;
	height:220;
	font-family:verdana,arial;
	font-size:12px;
	color:#f3f5df;  
	text-align:center;
}

#menu {
	position:absolute;
	font-family:arial;
	font-size:14px;
	color:#f3f5df;
	text-align:right;
}

.button {
	border:1px solid black;
	background-color:#eeeeee;
	font-family:verdana,arial;
	font-size:10px;  
}

.bodytext {     
	font-family:verdana,arial;
	font-size:11px;
	color:#f3f5df;  
}

.title {
	font-family:arial;
	font-size:20px;
	color:#f3f5df; 
	font-weight:bold;
}

#pagetitle {
	position:absolute;
	font-family:arial;
	font-size:20px;
	color:#f3f5df; 
	font-weight:bold;
	text-align:center;
	width:560px;
	height:30px;
	left:180px;
	top:50px;
}

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

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

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