#dropshadow
{position:static;
width:100%;
height:100%;
}

#top
{
position:static;
width:100%;
height:274px;
background-image:url(images/background.png);
background-position:top;
background-repeat:repeat-y;
font-size:12px;
}

#banner
{
position:static;
width:100%;
height:274px;
font-size:12px;
}

#banner3
{
position:static;
width:100%;
height:274px;
background-image:url(images/banner3.gif);
background-position:center;
background-repeat:no-repeat;
font-size:12px;
}

#banner4
{
position:static;
width:100%;
height:274px;
background-image:url(images/banner4.gif);
background-position:center;
background-repeat:no-repeat;
font-size:12px;
}

#banner5
{
position:static;
width:100%;
height:274px;
background-image:url(images/banner5.gif);
background-position:center;
background-repeat:no-repeat;
font-size:12px;
}



#header
{
position:static;
width:100%;
background-image:url(images/background.png);
background-position:top;
background-repeat:repeat-y;
height:33px;
}

#content
{
position:static;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/background.png);
background-position:top;
background-repeat:repeat-y;
width:100%;
}

#footer
{
position:static;
width:100%;
background-image:url(images/background.png);
background-position:top;
background-repeat:repeat-y;
vertical-align:baseline;
height:35px;
}
