html {}

body {
background-color:000000;
}

h1 {margin-bottom:0px}

a:link { color:#ffffff; text-decoration: none;}
a:visited { color:#ffffff; text-decoration: none;}
a:hover { color:#ffffff; text-decoration: underline;}
a:active { color:#ffffff; text-decoration: none;}

div#container {
position:relative;
min-height:400px;
}

div#header {
background-color:#662211;
color:#cccc00;   
clear:both;
text-align:center; 
} 

div#footer {
background-color:#662211;
color:#cccc00;
clear:both;
text-align:center;
}

div#lmenu {
background-color:#662211;
color:#cccc00;
height:100%;
float:left;
}

div#rmenu {
background-color:#662211;
color:#cccc00;    
height:100%;
float:right;
}

div#content {
background-color:#222222;
color:#cccc00;
height:95%;
}



