@charset "utf-8";

html {
	background: url(../img/wallpaper1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fullbg {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../img/wallpaper1.jpg);
	position: absolute;
	height: 100em;
	width: 100em;
}
