@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

*{
	padding:0;
	margin:0;
}

html{background-color: #F3EFF5;}

body{
	font:14px/1.5 Arial, Helvetica, sans-serif;
    height: 100%;
}

header{
	text-align: center;
	padding-top: 100px;
}

header h1{
	font: normal 32px/1.5 'Open Sans', sans-serif;
	color: #f97544;
	padding-bottom: 16px;
}


footer{
	position: fixed;
	bottom: 0;
    width: 100%;
}


/* Media Queries */

@media (max-height:880px){
	footer { position: static; }
	header { padding-top: 40px; }
}