body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.Main {
	position:absolute;
	width:940px;
	height:500px;
	left:50%;
	top:50%;
	background-color: #999999;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: -250px 0px 0px -470px;
}
.Header {
	background-color:#999999;
	position:absolute;
	width:100%;
	height:80px;
	margin: 0px 0px 0px 0px;
}
.Flash {
background-color:#999999;
	position:absolute;
	width:100%;
	height:400px;
	margin: 80px 0px 0px 0px;
	border-bottom:2px solid #333333;
}
.Footer {
	position:absolute;
	width:20%;
	top:483px;
	right:0px;
}
.Footer2 {
	background-color:#999999;
	position:absolute;
	width:80%;
	top:485px;
	left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000033;
}
.myFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}
.LinkContainer {
	visibility: hidden;
}