@charset "utf-8";
.main {
	height: 800px;
	width: 800px;
	background-image: url(images/vertbar.png);
	background-repeat: no-repeat;
}
body {
	background-color: #000000;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.buttons {
	height: 78px;
	width: 688px;
	margin-left: 112px;
}
.contentpanel {
	height: 623px;
	width: 648px;
	margin-left: 112px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px;
}
.contentpanel a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.contentpanel a:visited {
	color: #FFFFFF;
}


.footer {
	height: 59px;
	width: 688px;
	margin-left: 112px;
}

