<style>
body {
 background: #000000;
}

#overall {
 background: url(img/lion_back.gif);
 width: 90%;
 min-width: 790;
 margin-left: auto ;
 margin-right: auto ;
}

#left_margin {
 background: url(img/left.gif) repeat-y;
 background-position: left top;
 padding-left: 25px;
}

#right_margin {
 background: url(img/right.gif) repeat-y;
 background-position: right top;
 padding-right: 31px;
}

#top {
 display: block;
 background: url(img/top.gif) repeat-x top;
 padding-top: 12px;
}

#header {
 background: url(img/lion_back.gif);
 text-align:center;
}

#content {
 display: block;
}

#left_top{
 position: relative;
 float: left;
 width: 98;
 height:  88;
 left: -25;
 top: -12;
}

#right_top {
 position: relative;
 float: right;
 height:  88;
 width: 100;
 right: -36;
 top: -12;
}


#footer {
 clear: left;
 clear: right;
 text-align: center;
 height: 99;
 background: url(img/bottom.gif) repeat-x;
 background-position: bottom;
}

#left_bottom{
 position: relative;
 float: left;
 height:  99;
 width: 98;
 left: -25;
}

#right_bottom {
 position: relative;
 float: right;
 height:  99;
 width: 100;
 right: -30;
 bottom: -1;
}

#footer_text {
 min-height: 99;
 padding-top: 65;
 vertical-align: bottom;
 text-align: center;
}

#poem {
 position: relative;
 float: right;
 width: 350px;
 border: 1px solid #000000;
 text-align: center;
}

#mainbody {
 padding: 30 400 20 50;
}

</style>