/* CSS Document */

#header {
	height: 24px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px solid #231f20;
	width:100%;
	display:block;
}

#art {
	height:550px;
	width: 100%;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

#art img {
	text-align: left;
	float: left;
}

#artbox {
	position: absolute;
	clear: both;
}

#bodywrap {
	background: url(../../images/bg.gif) repeat-x top #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#caption {
	margin: 530px 10px 0px 600px;
	vertical-align: bottom text-bottom;
}

#hcaption p {
	float: left;
	margin: 569px 10px 0px 790px;
	position: absolute;
	color: #FFF;
	z-index: 9;
	clear: both;
}

#hcaption a, .instructions a, .email a {
	text-decoration: none;
	color: #25408f;
}

#hcaption a:hover, .instructions a:hover, .email a:hover {
	color: #FF9;
}

.subcaption {
	font-size: smaller;
}

.instructions, .email {
	padding:10px;
	color: #FFF;
}

a img {
	border: 0;
}

div#preload { display: none; }
