html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
}
body {
	background-color: #6d8dc6;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-position: bottom right;
}

table {
	border: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

#main {
	width: 1020px;
	height: 710px;
}

#main #noflash {
	padding: 10px;
}
#main #noflash h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
#main #noflash a {
	color: #818285;
	text-decoration: none;
}
#main #noflash a:hover {
	color: #000000;
}
