*
{
    margin:0;
    padding:0;   
}

body
{
    font-family:Arial;
    font-size:100%;
    background:#000;
    color:#fff;
    overflow:hidden;
}

a
{
    color:#fff;
    text-decoration:underline;
    outline:none;
}
a:hover
{
     text-decoration:none;
}
#wrapper
{
    
    margin:auto;
    
}
#header
{
    
    width:100%;
    height:168px;
    background:#000 url('/_template/img/bg-header.jpg') repeat-x;
}
#flash
{
    width:100%;
    height:517px;
  
    margin:-27px 0;
    text-align:center;
}
#footer
{
    width:100%;
    height:263px; 
    background:#000 url('/_template/img/bg-footer.jpg') repeat-x;
    font-size:0.75em;
}

#footer #innerFooter
{
    width:983px;
    padding:10px;
    margin:0 auto 0 auto;
}

#footer p
{
    padding-bottom:10px;
    line-height:140%;
}

#footer a#bpi
{
    background:url(../img/bpi.gif) right 50% no-repeat;
    padding-right:105px;
}


/* Generic styles */

.clear
{
    clear:both;
}

.left
{
    float:left;
}

.right
{
    float:right;   
}

a img
{
    border:none;   
}