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

HTML {
	padding: 0;
	margin: 0;
	}
	
BODY {
	padding: 0;
	margin: 0;
	background: url('../images/bg.png') repeat center center;
	}
	
#logo {
	position: absolute;
	top: 12%;
	left: 50%;
	top: 15%;
	margin-left: -250px;
	}	
	
#comingsoon {
	position: absolute;
	left: 50%;
	bottom: 10%;
	margin-left: -250px;
	}				
	
	