body {
margin:0;
background:url(img/bg.jpg);
padding:0;
}
.oldie {
width:100%;
text-align:center;
}
.mainwrapper {
text-align:justify;
position:relative;
width:900px;
margin-left:auto;
margin-right:auto;
}
#top {
background:url(img/top.jpg);
height:168px;
}
#logo {
position:relative;
float:left;
top:65px;
left:273px;
}
#logo-text {
float:left;
position:relative;
top:71px;
left:287px;
font-family: 'Courier New', Courier;
font-size:28px;
letter-spacing:0.3px;
line-height:34px;
}
#menu {
width:136px;
float:left;
left:48px;
position:relative;
margin-top:36px;
}
#menu ul {
list-style:none;
margin:0;
padding:0;
}
#menu li {
float:left;
}
#menu li a {
display:block;
width:136px;
height:34px;
background:url(img/button.jpg);
color:#549366;
text-indent:19px;
font-size:1.1em;
font-family:'Arial';
line-height:31px;
text-decoration:none;
}
#menu li a:hover {
background:url(img/buttonon.jpg);
}

#main {
float:left;
position:relative;
left:58px;
width:658px;
}
#content {
background:url(img/main.jpg);
}
.separator {
clear:both;
}
#bottom {
background:url(img/bottombar.jpg) right bottom no-repeat;
height:35px;
}
#tresc {
background:url(img/ornament.jpg) right bottom no-repeat;
padding-top:8px;
padding-right:10px;
min-height:606px;
}

/* for Internet Explorer */
/*\*/
*html #tresc {
height:606px;
}
/**/


