@charset "utf-8";
body {
	margin:0;
	padding:0;
	-moz-background-size:cover;
	background-size:cover;
	color:#000;
	background-attachment:fixed;
	background-color: #000;
	background-image: url(full_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* stop resize at this px */
@media only all and (max-width: 1000px) and (max-height: 562px) {
	body {
		-moz-background-size: 1000px 562px;
		background-size: 1000px 562px;
		}
}
