/* 	
	Table of Contents 
	
	[0] content
	
*/

/* content */

#content{
	position: absolute;
	width: 600px;
	height: 430px;
	left: 465px;
	top: 50%;
	margin-top: -215px;
}
footer{
	position: absolute;
	width: 700px;
	height: 25px;
	left: 365px;
	top: 530px;
	text-align: right;
}
.scroll-pane {
	width: 600px;
	height: 430px;
	overflow: auto;
	display: none;
	outline-offset: none;
	outline:none;
}
.caption{
	font-size:10px;
	margin-left: 2px;
}
.download-headline{
	display: block;
	width: 100%;
	height: 25px;
	margin-bottom: 15px;
}
.download-icon{
	display: block;
	width: 150px;
	height: 125px;
	float: left;
	margin-right: 10px;
}
.download-icon-deepsea{
	border-left: solid 5px #009ee0;
}
.download-icon-volt{
	border-left: solid 5px #e0d600;
}
