html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: black url(../images/bg_main.jpg) top center no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}
#wrapper {
	width: 900px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    text-align: center;
}
#footer, #footerFix {
	width: 900px;
    height: 50px;
    margin: 0 auto;
}
#footer{

	}
