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

*{
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
	}

img{
	border:0;
	}

body,html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

body{	
	background:url(../images/bg_pattern.png);
	}

#logo{
	width:600px;
	height:428px;
	margin:60px auto 0 auto;
	background:url(../images/bg_logo.png) no-repeat;
	}
	
#logo img{
	width:300px;
	height:112px;
	margin:158px 150px;
	}
        
#message{
	font-size:14px;
	margin:20px auto;
	text-align:center;
	line-height:20px;
	}
	
#message a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	}
	
#message a:hover{
	color:#999;
	}

#credits{
	font-size:14px;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	}
	
#credits a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	}
	
#credits a:hover{
	color:#999;
	}

#credits span{
/*	color:#e0bdba;*/
	color:#999;
	}