body{
	height:100%;
	width:100%;
	
	background: rgb(240, 240, 240);
}

.content{
	height: 100%;
	width: 800px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	
	
	font-family: 'Droid Sans', sans-serif;
}

.content.f{
	width: 500px;
}

header{
	background: url("logo.png") no-repeat center;
	
	width: 100%;
	height: 400px;
		
	margin-top: 150px;
	margin-bottom: 50px;
}

.p{
	width: 100%;
}

.p .i {
	width: 250px;
	height: 100px;
	float: left;
	
	text-align: center;
	line-height: 100px;
	text-transform: uppercase;
	
	border-top: 2px dashed #ccc;;
}

.p p {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 20px;
}

.spacer{
	height: 200px;
	position: relative;
}

.spacer span{
	position: absolute;
	bottom: 16px;
}




a{
	color: #000;
	text-decoration: none;
}

h2{
	font-family: 'Droid Sans', sans-serif;
	font-size: 32px;
	font-weight: 550;
}