@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background: url(../images/iWerewolf_background.jpg) no-repeat top center;
	background-color: #000000;
	font: 22px/26px Arial, Verdana, Helvetica, sans-serif;
	line-height: 180%;
	color:#666666;
	
}
body a {
	color:#666666;
	text-decoration:underline;
	line-height: 120%;
}
body a:hover {
	color:#cccccc;
	text-decoration:underline;
}


#wrapper{
	width:953px;
	margin: 0px auto;
	display:block;
}

#header{
	
	margin-top:65px;
	width:953px;
	float:left;
	
}

#logo{

	float:left;
	
	
}

#appstore{

	float:right;
	
	
}


#central{

	margin-top:0px;
	width:953px;
	float:left;
}

#madness{

	float:left;
	margin: 0px 0px 0px 0px;
}

#iphones{

	float:right;
	width:382px;
}


#form{

	
	margin-top: 20px;
	width:987px;
	float:left;
	
	
}


#formleft{
	margin-top:8px;
	float:left;
	
}
#formmiddle{
	margin: 6px 0px 0px 20px;
	float:left;
	
}
#formright{

	float:right;
	
}

.input{
	
	height: 38px;
	border: 1px solid #ccc;
	font-size:28px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;

}


#socialmedialinks{

	width:953px;
	margin-top: 25px;
	float:left;
	
	
}
#share{

	width:953px;
	margin-top: 15px;
	float:left;
	height:20px;
}

#copyright{
	width:953px;
	display:block;
	margin: 25px 0px 30px 0px;
	float:left;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	line-height:130%;
}

#copyright a{
	text-decoration:underline;
	color:#666666;
	
}
#copyright a:hover {
	background-color:#cccccc;
	color:#666666;
	text-decoration:none;
	
}
          

