<STYLE>
A:link{color:#9FB6CD;text-decoration:none;font-weight:normal}
A:visited{color:#778899;text-decoration:none;font-weight:normal}
A:link{color:#9FB6CD;text-decoration:none;font-weight:normal}
A:active{color:#708090;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#708090;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #1A1A1A; 
color: #FFFAF0; 
font-size: 14px; 
letter-spacing: 1pt; 
font-family: Arial, Verdana, sans-serif; 
background: none;}

body {
background: #000;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #FFFAF0;
margin: 10px 0;
text-align: center;
}
#container {
background: #1A1A1A;
width: 550px;
margin: 0 auto;
border: 1px solid #6C7B8B;
}
#header {
background: #000;
width: 100%;
height: 360px;
padding-top: 0px;
border-bottom: 1px solid #6C7B8B;
}
#nav {
background: #1A1A1A;
float: left;
width: 100%;
height: 40px; 
text-align: center;
border-bottom: 1px solid #6C7B8B;
}
#center {
background: #1A1A1A;
float: left;
width: 100%;
min-height: 500px; 
text-align: left;
border: 1px solid #6C7B8B;
}
* html #center {height:500px}

#footer {
background: #1A1A1A;
width: 100%;
clear: both;
height: 95px;
border-top: 1px solid #6C7B8B;
}
#formbg {
background: #1A1A1A;
text-align: left;
}