
body
{
background-image:url(beige02.jpg);
background-attachment: fixed;
}
#container 
{
width:650px;
height:575px; 
}
#lbody 
{ 
width:50%; 
height:85%; 
float:left; 
background-color: wheat; 
background-image:url(beige.jpg);
position:relative;
display: table-cell;
vertical-align: middle
}

#rbody
{ 
background-image:url(beige.jpg);
float:right;
overflow:hidden;
text-align:center; 
width:50%; 
height:85%; 
background-color: red;
position:relative;
}

#topbody 
{ 
width:100%; 
height:50%; 
float:left; 
background-color: wheat; 
position:relative;
display: table-cell;
vertical-align: middle
}

#bottombody
{ 
background-image:url(beige.jpg);
float:right;
overflow:hidden;
text-align:center; 
width:100%; 
height:50%; 
background-color: red;
position:relative;
}

#bnav 
{  
width:100%;

 height:15%;
 text-align:center;
clear:both;
float:center;
background-color: black;
 position:relative;

}
p.decorate 
{
text-transform: uppercase;
word-spacing: 20px;
color: #00ff00;
font-size:15px;
}
h1.black{ color:#800000;font-size:150%;}
h1.size{font-size: 150%;color:#800000;}
h1.blue{color:blue; font-size:150%}

