body {
	margin: 0;
	background-color: #000;
	background-image: url(images/WebsiteBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#MainContent {
	position:absolute;
	width:512px;
	height:651px;
	z-index:1;
	left: 319px;
	top: 32px;
	background-color: #FFFFFF;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif Helvetica;
	font-size: 14px;
	overflow: auto;
}

#WebsiteBar {
	position:absolute;
	width:241px;
	height:141px;
	z-index:2;
	left: 21px;
	top: 184px;
	visibility: visible;
}
#dottedline {
    border-bottom: 1px dotted Black;
}