body {
background:#132935;
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #fff;
}
a {
text-decoration: none;
font-weight: bold;
border: none;
color:#fff;
}
a:visited {
text-decoration: none;
font-weight: bold;
border: none;
color:#fff;
}
a:hover {
text-decoration: none;
color:#069;
border: none;
}
h1 {
	color:#fff;
	text-align: center;
	font-size:32px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-bottom:8px;
	padding-top: 20px;
	line-height: 30px;
	font-weight:bold;
}

h2 {
	color:#fff;
	text-align: center;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-bottom:8px;
	line-height: 24px;
	font-weight:bold;
}

p {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#page {
margin-left:auto;
margin-right:auto;
width: 720px;
background:#000000;
border: 1px solid #000;
}
#top {
height: 137px;
}
#center {
height: auto;
padding:10px;
color:#999;
min-height:139px;
}
#form {
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;

}

input, textarea
{
color: #000;
background: #999;
border: 1px solid #999;	
}

.submit input
{
color: #000;
background: #CCC;
border: 2px outset #d7b9c9
} 

#bottom {
height: 137px;
}

#copyright {
height:20px;
padding-top: 15px;
margin-left:auto;
margin-right:auto;
width: 720px;
text-align: right;
color:#999;
font-size:12px;
font-family:"Courier New", Courier, monospace;
}