body{
	background:#000;
	margin: 0 auto;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}
img {
	border: 0;
}

a, a:visited  {
	color:#85b6df;
	text-decoration: none;
}

a:hover  {
	color:#636363;

}

#bottom-area{

}

#logo{
	position: absolute;
	margin-left:60px;
	margin-top:50px;
	z-index: 900;
}

#cover-up{
	background:#fff;
	position:absolute;
	z-index:100;
	height:100px;
	width:100%;
	margin-bottom:-50px;
	bottom:0; /* stick to bottom */
}

.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	margin: 0 auto;
	width: 1277px;
	height: 788px; /* Set height to be able to contain height of largest content shown*/
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
	position: absolute;
	z-index:1;
	padding: 0px;
	visibility: hidden;
	width: 100%;
	height:788px;
}

#fadeBlock {
	position:absolute;
	z-index:999;
	margin-left:300px;
	margin-top:170px;
	background-color:#111111;
	color:#ececec;
	width:450px;
	opacity: .85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

#fadeBlock2 {
	position:absolute;
	z-index:1;
	margin-left:300px;
	margin-top:170px;
	background-color:#111111;
	color:#ececec;
	width:450px;
	opacity: .85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.content{
	padding:50px;
}
#fadeBlock p{
	margin-bottom:20px;
}

#whatsnewstoggler{
	position: absolute;
	margin-left:0px;
	margin-top:300px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	width: 300px;
	overflow: hidden;
	position: absolute;
	margin-left:66px;
	margin-top:190px;
	z-index:999;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
	text-decoration: none;
	padding: 0 10px;
	float: left;
	display: block;
}

.fadecontenttoggler a:hover{
	background: url(images/dot-white.gif) no-repeat left;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
	color: white;

}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: url(images/dot.gif) no-repeat left;
}
#footer{
	margin-left:90px;
	height:50px;
}
