/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* CSS3 Multiple backgrounds with a fallback */
	
	background-color:#ffffff;
}

body{
	color:#000000;
	padding:10px;
	min-height:600px;
	font:14px/1.3 'Helvetica',Arial, sans-serif;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#0000cc;
}

a:hover{
	text-decoration:underline;
}


/*----------------------------
	Headers & Footers
-----------------------------*/


header{
	display:block;
}

h1{
	height:50px;
	overflow:hidden;
	margin:50px auto 10px;
	text-align:center;
}

h2{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	left: 27px;
	position: absolute;
	top: 36px;
}

footer{
	color: #999999;
	font-size: 13px;
	line-height: 1.6;
	padding: 40px 20px 0;
	text-align: center;
	display:block;
}

footer b{
	color: #888888;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

body > img{
	
	margin:50px auto 0;
	display:block;
}


/*----------------------------
	Main container
-----------------------------*/


#container{
	width:680px;
	height:350px;
	padding:10px;
	text-align:center;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	display:block;

}

#container:before,
#container:after{
	
	/* Adding subtle shadows with before/after elements */
	
	content:'.';
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	height:12px;
	width:470px;
	position:absolute;
	left:0;
	top:-12px;
}

#container:after{
	top:auto;
	bottom:-12px;
	background-position:center bottom;
}

#container p{
	font:22px/1.3 'Helvetica Neue',Arial, sans-serif;
	padding: 20px 0 48px;
	line-height: 1.5;
	font-weight: 600;
}


/*----------------------------
	Download Button
-----------------------------*/


a.downloadButton{
	display:inline-block;
	width:187px;
	height:69px;
	text-indent:-99999px;
	overflow:hidden;
	background:url('../img/buttons.png') no-repeat;
	cursor:default;
	border:none;
	text-decoration:none !important;
}

a.downloadButton.active{
	background-position:left bottom;
	cursor:pointer;
}
