html, body{
	padding:0;
	background: #ade2e1;
	text-align:center;
	border:none;
	font-family: 'PT Sans', sans-serif;
	}
a, img{
	border: none;
	}
	
#wrapper{
	width: 960px;
	padding:60px 0 0 0;
	margin: 0 auto;
	text-align:center;
	}
	
#social{
	width: 940px;
	height: 105px;
	float:left;
	padding:20px 0 30px 335px;
	margin:10px;
	position:relative;
	text-align:center;
	}

#facebook{
	width:87px;
	height: 87px;
	background:url(../assets/facebook_social.png) no-repeat;
	margin: 25px 10px 25px 10px;
	float:left;
	position:relative;
	}
#facebook:hover{
	background-position: -87px 0;
	}
	
#mail{
	width:87px;
	height: 87px;
	background:url(../assets/mail_social.png) no-repeat;
	margin: 25px 10px 25px 10px;
	float:left;
	position:relative;
		}
#mail:hover{
	background-position: -87px 0;
	}
	
#twitter{
	width:87px;
	height: 87px;
	background:url(../assets/twitter_social.png) no-repeat;
	margin: 25px 0px 25px 10px;
	float:left;
	position:relative;
	}
#twitter:hover{
	background-position: -87px 0;
	}	

#main{
	width: 960px;
	height: 100px;	
	font-family: 'PT Sans', sans-serif;
	font-size: 23px;
		}		
		
.script_text{
	font-family: 'Yellowtail', cursive, Georgia, "Times New Roman", Times;
	font-size: 38px;
	color:#6b2f0f;
	}		
