body {
	background-color: #CCC;
	text-align: center; /* for IE */
	font-family: Courier New, Courier, monospace;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 600px;
	background:#FFF;
	border:#000 1px dashed;
}
#download {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 600px;
	background:#FFF;
	border:#000 1px dashed;
}
#download-content {
	margin:5px;
	text-align:center;
}
#spacer {
	height:20px;
}
#header {
	margin:15px 15px 15px 15px;
}
h1 {
	margin:0;
	padding:0;
}
#content {
	margin:15px;
}
#footer {
	text-align:center;
	margin:50px 0 15px 0;
}
pre {
	overflow:auto;
}
form {
	width:500px;
}
label {
	float:left;
	width:125px;
	margin-right:15px;
	text-align:left;
	margin-top:10px;
}
input {
	margin-top:10px;
}
.submit {
	margin-left:80px;
	background:#E9E9E9;
	border:#000 1px solid;
	width:75px;
}
.center {
	text-align:center;
	margin:15px 0 15px 0;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
}