#header{
padding-top:15px;
width:100%;
height:450px;
}

#masthead {
position:relative; 
width:930px; 
height:376px;
}
 
#maincol{ 
float:left;
margin-left:165px; 
display:inline; 
position: relative; 
width:600px; 
}

#lbg {
position:absolute;
top:98px;
left:0;
height:294px;
background-image: url(../gui/bg-home.png);
background-repeat:repeat-x;
background-position:right top;
width:50%;
}
 
#rbg {
position:absolute;
top:98px;
right:0;
height:294px;
background-image: url(../gui/bg-home.png);
background-repeat:repeat-x;
background-position:-9px top;
width:50%;
}

#maincol a:link{
color:#fff;
font:17px "Times New Roman", Times, serif;
text-decoration:underline;
}

#maincol a:visited{
color:#EEBAD0;
font:17px "Times New Roman", Times, serif;
text-decoration:none;
}

#maincol a:focus{
color:#EEBAD0;
font:17px "Times New Roman", Times, serif;
text-decoration:underline;
}

#maincol a:hover{
color:#EEBAD0;
font:17px "Times New Roman", Times, serif;
text-decoration:underline;
}

#maincol a:active{
color:#EEBAD0;
font: 17px "Times New Roman", Times, serif;
text-decoration:underline;
}

#footer {margin-top:20px;}