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

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

body{
background:#28200e url(images/bg_repeat.jpg);
color:#ffffff;
font:14px Arial,Helvetica,sans-serif;
line-height:20px;
margin:0;
padding:10px 0 0 0;
}
.coming_soon{
background:url(coming_soon.png) no-repeat;
height:35px;
position:center;
width:279px;
}