body{
	background: #fff;
}
.container{
	width: 800px;
	margin: auto;
}

header{
	background: url('images/header.jpg') 0 50% no-repeat;
	width: 800px;
	height: 250px;
}
a.facebook{
	background: url('images/facebook.png');
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	margin-right: 25%;
	margin-top: 2%;

}
iframe{
	background: transparent;
}