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

body {  
	background-color: #FFFFFF;
    margin: 0px;  
    padding: 0px;
	font-family: arial;
}  
  
/* h1 tag style */  
h1 {  
    margin: 0px;  
    padding: 0px;  
    font-family: arial;  
    font-size: 140%;  
    color: #000000;  
}  
 
#outer-container {  
    width: 900px;  
    margin: 0 auto;  
}  
  
/* footer CSS Style Rule */  
#header {
	margin-bottom: 20px;
	text-align: center;
	width: 900px;
} 
#headerbottom {
	margin-top: -10px;
	text-align: center;
}
  
#line {
	margin-bottom: -5px;
}
#social {
	font: helvetica;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

#wrapper {  
    float: none;
	padding: 0px;
	width: 700px;  
    margin: -15px 100px 0px 100px; 
	font-family: helvetica;
	font-size: 20px;
	text-align: center;
}
#main {
	position: relative;
	z-index: 1;
}
#download {
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	z-index: 2;
	top: 300px;
	left: 209px;
	right: 187px;
	color: #fff;
	border-radius: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	}
#download a {
	color:#FFF;
}
#download .small {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}
#download .site {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
#kickstarter {
	margin-top: 20px;
	text-align: center;
}

#kickstarterlayer {
	position: absolute;
	z-index: 3;
	top: 200px;
	left: 0px;
	right: 700px;
}
