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

body 
{
	margin:0px; 
	padding:0px; 
	background-color:#8a0c0d; 
	color:#FFFFFF;
	text-align:center;
	
}

#container{
height:900px;
width:100%; margin-left:auto; margin-right:auto; padding:0px;  background-image:url(bg.jpg); background-position:top; background-repeat:no-repeat;}

#content{
height:650px;
width:900px;

margin-left:auto; margin-right:auto;}
