/* CSS Document */

body, html {
	font-family: "Gill Sans", Gill, "Gill Sans MT", sans-serif;
	font-size: 0.9em;
	_font-size: 84%; /* IE6 */
    height:100%;
    background-color: #000000;
	color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#logo {
	width: 400px;
	left: 50%;
    margin-left: -200px;
	position: absolute;
    top: 50%;
    margin-top: -200px;
}

img {border: 0;}