*{outline: none}

body 
{
	background-color: #000;
	background-image: url(background.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 4px;
	margin-left: 50%;
}

#mainDiv
{
	text-align: center;
	height: 427px;
	width: 808px;
	margin-left: -404px;
}

#credDiv
{
	text-align: center;
	vertical-align:middle;
	height: 20px;
	width: 808px;
	margin-left: -404px;
	position:absolute;
	top:435px;
	font-size: 0.7em;
	color: #64442D;
	font-family: Verdana, Geneva, sans-serif;
}
