/* CSS Document */

body{
	background-color:#000000;
	margin:50px auto;
	}
	
h2{
	color:#FFFFFF;
	}
#contents{
	width:850px;
	margin:0 auto;
	padding:0;
	}
#footer{
	background-image: url(../images/enter_footer.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:80%;
	height:20px;
	padding:0;
	margin-top:5px;
	color:#FFFFFF;
	
	}
	
#footer a:link,#footer a:visited{
	color:#FFFFFF;
	}
	
#footer h1{
	text-indent:-9999px;
	}
