<STYLE>
A:link{color:#FDD017;text-decoration:none;font-weight:normal}
A:visited{color:#FFFF66;text-decoration:none;font-weight:normal}
A:link{color:#FDD017;text-decoration:none;font-weight:normal}
A:active{color:#2B60DE;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#FFFF99;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #000033; 
color: #FFFFFF; 
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: #fff;
margin: 10px 0;
text-align: center;
}
#container {
background: #990000;
width: 795px;
margin: 0 auto;
border: 1px solid #FDD017;
}
#header {
background: #000;
width: 100%;
height: 275px;
padding-top: 0px;
border: 1px solid #FDD017;
}
#center {
background: #000033;
float: left;
width: 503px;
min-height: 500px; 
text-align: left;
border: 1px solid #FDD017;
}
* html #center {height:500px}
#left {
background: #990000;
float: left;
width: 145px;
min-height: 500px;
}
* html #left {height:500px}
#right {
background: #990000;
float: right;
width: 145px;
min-height: 500px;
}
* html #right {height:500px}
#footer {
background: #990000;
width: 100%;
clear: both;
height: 80px;
border-top: 1px solid #FDD017;
}