body {
    font-family:arial;
	color: #999999;
	background-color: #010141;
	height:100%; 
	overflow-y:auto;
}
a, A:link, a:visited, a:active {
	color: #999999; 
	text-decoration: underline; 
    font-family:arial;
	font-size: 12px
}
A:hover {
	color: #FF9900; 
	text-decoration: underline; 
    font-family:arial;
	font-size: 12px
}
.caption {
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 1;
}
.header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#imageContainer {
	height:308px;
}

#imageContainer img {
	display:none;
	position:fixed;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}
img.float_left { float:left;margin:5px;}

.content {
	position: absolute;
	padding: 20px;
	z-index: 1;
}
.tagline {
	position: absolute;
	padding: 5px;
	top: 123px;
	left: 300;
}

