/* CSS Document */
body
{
text-align:center;
background:#212020;
margin:0;
font-family:helvetica;
color:#5B5C5A;
font-size:80%;
line-height:90%;
}
a { font-family:helvetica; text-decoration:none; font-weight:bold; color:#5B5C5A;}
a:hover { color:#000000; }

#bgc
{
position:relative;
margin:0 auto;
width:800px;
text-align:center;
background:url(img/bg.jpg) no-repeat ;
}
#container
{
position:relative;
margin:0 auto;
width:500px;
text-align:left;
}
#base
{
position:relative;
height:198px;
width:500px;
padding:65px 0 0 15px;
background:url(img/base.jpg);
}
html>body #base
{
height:133px;
width:485px;

}
