@charset "utf-8";
/* CSS Document */

html, body, div, span {
	font-family: Myriad, "Myriad Pro", Geneva, Helvetica, sans-serif;
	background-color: #181818;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a {
	color: #f737f7;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	height: auto;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}
.header {
	color: #27b9bc;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
#viewer {
	position:absolute;
	left:30px;
	top:95px;
	width:97%;
	height:550px;
	z-index:1;
	}
#content {
	position:absolute;
	left:67px;
	top:95px;
	width:90%;
	height:550px;
	z-index:1;
	}
#menu {
	position:absolute;
	left:30px;
	top:0px;
	width:794px;
	height:89px;
	z-index:2;
}

#fdiv {
	position:absolute;
	left:31px;
	top:654px;
	width:97%;
	height:25px;
	z-index:3;
	text-align: center;
}
