html body {
	font-family: sans-serif;
	background: #e3e3e3;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

#main {
	width: 765px;
	margin: 0 auto;
	padding: 1px 0px 40px 0px;
	background: url('/bg.gif') repeat-y center center;
}

#content {
	padding: 0px 40px 0px 40px;
	text-align:center;
}

#bottom {
	text-align:center;
	height:63px;
	width: 765px;
	font-size:95%;
	margin: 0 auto;
	background: url('/bottom.gif') no-repeat center;
}

#download {
	text-align:left;
	background: #EEE;
	border: 1px solid;
	border-color: #DDD #BBB #BBB #DDD;
	margin: 20px;
	padding: 20px;
}

#screen {
	background: #EEE;
	border: 1px solid;
	border-color: #DDD #BBB #BBB #DDD;
	margin: 20px;
	padding: 20px;
	text-align:center;
}
a {
	font-weight: bold;
	color: #1D3C5B;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
a:hover {
	color: #476487;
	border-bottom-color: #999;
}
p {
	text-align:left;
}