html{
	background-color: #1c3b75;	
}

body{
	text-align:center;	
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #1c3b75;	
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #1c3b75; 
}

a:hover{
	text-decoration: underline;
}

#viewport{
	width: 830px;
	margin: 40px auto;
	text-align: left;	
}

#hd{
	height: 100px;
	padding: 20px;
	background-color: #b9c6dd;
}

#logo{
	float:left;
}

#slogan{
	float: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 28px;
	color: #1c3b75;
	padding-top: 10px;
	white-space: nowrap;
}

/* body */

#bd{
	background: #dfe8f6;
	padding: 20px;
}

#screenshot{
	cursor: pointer;
	float: left;
}

#download{
	float: right;
	width: 223px;
}

#bd .section{	
	clear: both;
	padding-top: 20px;	
}

#bd h1{	
	font-size: 24px;
	font-weight: bold;		
}


#bd ol{
	padding-left: 30px;
}

#bd ol li{
	list-style-type: decimal;
}

#bd ul{
	padding-left: 30px;
}

#bd .section div{
	padding-left: 30px;
}


#btn-release{
	margin-bottom: 20px;
}

button.cls-download{
	width: 215px;	
	height: 50px;
	background-image: url(images/btn-download-sprite.gif);	
	border: 0 none;
	cursor:pointer;
	color: #FFF;
}

button.cls-download:hover{
	background-position: 0 -50px;
}

button.cls-download div{
	padding: 30px 0 5px 54px;
	text-align: left;
	font-size: 11px;
	font-weight: bold; 
}

button#btn-release div{
	color: #74e0ac; 
}

/* footer */
#ft{
	padding: 40px 40px;
	margin-bottom: 40px;
	text-align: center;
	color: #1c3b75;
	background: #b9c6dd;
	display: block;
}



