/* CSS Document */

body{
	background: #000 url(/images/body-bg.jpg) no-repeat center top;
}
#wrapper{
	height:auto;
	text-align: right;
}
#content{
	height:780px;
}
#footer{
	color: #999;
	font-size:10px;
	text-align:right;
}
#footer a{
	color:#777;
	text-decoration:underline;
}
#footer a:hoover, #footer a:active{
	text-decoration:none;
}
