@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../img/bg.jpg);
	color: #222222;
	font-size: small;
	background-attachment: fixed;
	background-color:#FFF;
}


a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #8EC4FF;
}

#all {
	width: 894px;
	margin:0 auto;
	/*display: none;*/
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}


.inner{
	width:880px;
	background-image:url(../img/result.png);
	background-position:top;
	background-repeat:no-repeat;
	border-left:#000 3px solid;
	border-right:#000 3px solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer p {
	font-size: 12px;
	color: #900;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}



.footer{
	padding-top:2600px;
	text-align:center;
	padding-bottom: 50px;	
}
