﻿ 

#banner
{
 
    background-color:  black ;
    background-image:url('img/header-bg.jpg');
 
}

 

 

#content
{
 
 background-color:White;
 min-height:400px;
 padding:20px;
    
}  
#footer
{
}    

#loginForm
{
    width:350px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.8em;
}

#currentuser2
{
    width:200px;
    height:30px;
    float:right;
    
}

#currentuser2 a
{color:White;}

.cssPagerLabel span,.cssPagerLabel a
{
    padding:5px 20px;
    
}