html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Verdana, Tahoma, 'Trebuchet MS', "Times New Roman", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #222;
	background:url(gridblock.gif) top left repeat #eee;
}
#screen {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#main {
	position: relative;
	width: 90%;
	min-width: 800px;
	margin: 85px 0px 20px 0px;
	text-align: center;
	border-width: 6px 6px 6px 6px;
	border-style: solid;
	border-color: #C2CBD7;
	background-color: #EFF1F3;
}

.radius20 {
	behavior: url(/jscripts/PIE.htc);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.top-wrapper {
	position: absolute;
	top: -80px; 
	left: 0px;
	width: 100%;
}
.top {
	position: relative;
	margin: 0px 20px 0px 20px;
	text-align: left;
}
.top-image {
	position: relative;
	width: 100%;
	background:url(/top-bg.png) top right repeat-x transparent;
}
.content {
	position: relative;
	margin: 180px 20px 20px 20px;
	text-align: center;
}

A:link { text-decoration: none; color: #3366FF; font-style: normal; font-weight: bold}
A:visited { text-decoration: none; color: #3366FF; font-style: normal; font-weight: bold}
A:active { text-decoration: none; color: #ff0000; font-style: normal; font-weight: bold}
A:hover { text-decoration: underline; color: #3366FF; font-style: normal; font-weight: bold}
