HTML 
{
	height: 100%;
}

BODY
{
	background-color:#FFF;
	background-position: center center;
	background-repeat: no-repeat;
}

#index
{
	background-image: url(logo.bmp);
}

#oops
{
	background-image: url(404.bmp);
}

/*
DIV
{
	width: 75%;
	height: auto;
	text-align: justify;
	color: #DDEAF9;
	position: fixed; 
	
}
*/

