* html img, * html div {
behavior: url(iepngfix.htc);
}
body {
	background-color: black;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.copy:link {color: #333333;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline overline;
}
a img {border: none; 
}
#center {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50px;
	overflow: visible
}      
#main {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 600px;
	top: -300px;
	background-color: #000000;
	
}
.photobox {
	padding: 2px;
	background: #000000;
	vertical-align: baseline;
}
.about {
	padding: 2px;
	background: #000000;
	border: 1px solid #666666;
	vertical-align: baseline;
	color:#FFFFFF;
	width: 800px;
	height: 533px;
}
.conttop {
	display:inline-block;
	width: 800px;
	vertical-align: bottom;
}
.contabout {
	width: 800px;
	font-family: Georgia;
	font-size:16px;
	color:#CCCCCC;
	height: 533px;
	padding: 2px;
	background: #000000;
	border: 1px solid #000000;
	margin-top: 30px;
	text-indent: 5px;
}
.browse {
	width: 800px;
	height: 533px;
	padding: 2px;
	margin-top: 30px;
	text-align: center;
}
.title {
	font-family: Georgia;
	font-size:20px;
	color:#FFFFFF;
	float: left;
	padding-top: 7px;
	margin-left: 10px;
}
.abtitle {
	font-family: Georgia;
	font-size:20px;
	color:#FFFFFF;
	float: left;
}
.topper {
	position: absolute;
	top: 30px;
	margin-left: 1px;

}
.navigation {
	font-family: Georgia;
	font-size:14px;
	color:#FFFFFF;
	float: right;
	padding-top: 12px;
	margin-right: 6px;
}
.copy {
	font-family: Georgia;
	font-size:14px;
	color:#333333;
	text-align: center;
}
