<STYLE>
A:link{color:#282828;text-decoration:none;font-weight:normal}
A:visited{color:#404040;text-decoration:none;font-weight:normal}
A:link{color:#282828;text-decoration:none;font-weight:normal}
A:active{color:#2B60DE;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#696969;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #B0B0B0; 
color: #000 ; 
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: #000000 ;
margin: 10px 0;
text-align: center;
}
#container {
background: #B0B0B0;
width: 795px;
margin: 0 auto;
border: 1px solid #D8D8D8;
}
#header {
background: #B0B0B0;
width: 100%;
height: 150px;
padding-top: 0px;
border: 1px solid #D8D8D8;
}
#center {
background: #C0C0C0;
float: left;
width: 503px;
min-height: 500px; 
text-align: left;
border: 1px solid #D8D8D8;
}
* html #center {height:500px}
#left {
background: #B0B0B0;
float: left;
width: 145px;
min-height: 500px;
}
* html #left {height:500px}
#right {
background: #B0B0B0;
float: right;
width: 145px;
min-height: 500px;
}
* html #right {height:500px}
#footer {
background: #B0B0B0;
width: 100%;
clear: both;
height: 100px;
border-top: 1px solid #D8D8D8;
}