body {
	position: static;
	background-color: #282828;
	background-image: url("splash.jpg");
	background-position: center center;
	background-repeat: no-repeat;	
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	}

#container {
	width: 100%;
	height: 100%;
    margin: auto auto;
    }

