
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}

body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}

/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 0px auto 0px auto; 
	text-align: left;
	width: 424px; 
}


/* header-*/
.gfx {
	background: #222 url(img/soon.jpg) no-repeat;
	margin: 20px 0;	
	height: 280px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
	text-align: center;
} 
