/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* CSS3 Multiple backgrounds with a fallback */	
	min-height: 100%;
    overflow-y: scroll;   
}



/* Backgrounds with gradients */

#page-grey-noise-gradient {
    background-attachment: fixed, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
    background-image: url("landing-img/gradient-radial-03.svg"), url("landing-img/bg_noise_black_01.jpg");
    background-origin: padding-box, padding-box;
    background-position: 50% 0px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 300px 300px;
}



body{
	color: #eee;
	padding:10px;
	min-height:600px;
	font:14px/1.3 'Open Sans',Arial, sans-serif;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.9);
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#64666f;
}

a:hover{
	text-decoration:none;
	color:#961414;
}


/*----------------------------
	Headers & Footers
-----------------------------*/


header{
	display:block;
}

h1{
	font-size: 26px;
	color: #ffffff;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 36px;
	margin-top: 15px;
	position: relative;
	text-align:center;
}

h2{
	font-size: 22px;
	color: #9698a1;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 36px;
	position: relative;
	text-align:center;

}

footer{
	color: #888;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	padding: 50px 20px 0;
	text-align: center;
	display:block;
}

footer b{
	color: #888888;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

body > img{
	/* The twitter illustration */
	
	margin:auto;
	display:block;
}


#logo{
	background: url('') no-repeat center top;
	display: block;
	width:762px;
	height:100px;
	position:relative;
	 margin-top: 60px;

}

#noshadow:after{
	
	/* Adding subtle shadows with before/after elements */
	
	content:'.';
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	height:30px;
	width:550px;
	background:url('assets/shadows.png') no-repeat center top;
	position:absolute;
	left:0;
	top:-12px;
}



/*----------------------------
	Main container
-----------------------------*/


#container{
	width:762px;
	height:400px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:10px;
	text-align:center;
	background-color: transparent;
	display:block;
	
	position:absolute;
	 left:50%;
     top:50%;
	 margin:-180px 0 0 -381px;

	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}


#container:after{
	top:auto;
	bottom:-12px;
	background-position:center bottom;
}

#container p{
	font:24px/1.3 'Open Sans' ,Arial,sans-serif;
	padding: 70px 0 48px;
}


/*----------------------------
	Download Button
-----------------------------*/


a.downloadButton{
	display:inline-block;
	width:187px;
	height:69px;
	text-indent:-99999px;
	overflow:hidden;
	background:url('assets/buttons.png') no-repeat;
	cursor:default;
	border:none;
	text-decoration:none !important;
}

a.downloadButton.active{
	background-position:left bottom;
	cursor:pointer;
