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

*{
	padding:0;
	margin:0;
}

html{
	background: url(../img/backgroung.png) repeat top center;
}




/* In our demo, the footers are fixed to the bottom of the page */

footer{

	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	
}
