#wrapper{
	position:absolute; 
	top:250px;
	left: 50%;
	margin: 0px 0px 0px -250px;
	height: 200px; 
	width:500px;
	color:#fff;
}

#wrapper h1{
	margin:0px;
}

#wrapper h1 img{
	margin:10px;
	float:left;
}

#buttons{
	margin-top:100px;
	position:relative;
	left:-50px; 
	text-align:center;
}

#buttons img{
	margin: 0px 5px;
}

#quote{
	clear:both; 
	font-style:italic;
	text-align:center; 
	margin:50px 0px 10px;
}

#quote span{
	font-size:0.8em;
}

