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

html { 
	background: url(images/bg_index.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #d7d7d7;
}