@charset "utf-8";
/* CSS Document */

body { background: #000; }

#wrapper {
 	margin:0 auto 0 auto; 
	width:100%; 
	height:auto;
}

#main { 
	background:url(../images/logo.png) no-repeat; 
	margin:0 auto 0 auto; 
	width: 600px; 
	height:300px;
	margin-top:150px;
}