@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	height: 100%;
	text-align: center;
	
	 background: url(images/bg.jpg) no-repeat center center fixed; 
	 -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

