body {
	background: #333333;
	font: 11px Tahoma, Arial;
	color: #CCCCCC;
}
#wrapper {
	width:750px; 
    height:530px; 
    position:absolute; 
    top:50%;
	left:50%; 
    margin-left: -375px; 
    margin-top: -265px; 
}
#content {
    border:1px solid #666666; 
}
#altcontent {
	text-align: left;
	width: 750px;
	display: none;
}

#cgi { width:750px; padding-top:10px; text-align:right;}
/*elements*/
a {
	color: #cccccc
}
img, img a { border:none; }
.border {
	border: 1px solid #666666;
}

