@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
	background-image: url();
	background-repeat:repeat;
	background-position:center;
}

.formDiv {
	border:medium;
	color:#CCCCCC;
}

.maincell{
	table-layout:fixed;
	border:none;
	background-image:url(../img/tablebg.jpg);
	width:988px;
	height:800px;
	text-align:center;
	vertical-align:top;
	padding-top:50px;
}

.topnavigationcell{
	table-layout:fixed;
	border:none;
	background-image:url(../img/navigationbar.jpg);
	width:988px;
	height:38px;
	text-align:center;
	
}