@import url(http://reset5.googlecode.com/hg/reset.min.css);

* {
	margin:0 auto; 
	padding:0;
}

html, body {
	max-width: 100%;
	margin: 0 auto;
	background-color: #000;
	background-image:url(../images/bgv2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media only screen and (max-width: 1800px), only screen and (max-device-width: 1800px){
html, body {
	max-width: 100%;
	margin: 0 auto;
	background-color: #000;
	background-image:url(../images/bgv3.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}}

#wrapper {
	min-height: 100%;
}
	
#content {
	min-height: 100%;
	margin: 0 auto;
}

img.soon {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	display: block;
	margin: 0 auto;
	padding-top: 160px;
}