
* { padding: 0; margin: 0; }

body {
 font-family: Tahoma;
 font-size: 12px;
 background-color:#78c663;
 background-image: url(/bg.gif);
 background-repeat: no-repeat;

}
a:link {color:#0033FF; text-decoration: underline; }
#wrapper { 
 margin: 0 auto;
 width: 925px;
}
#header {
 color: #fff;
 width: 920px;
 float: left;
 border: 1px solid #ccc;
 height: 130px;
 margin: 10px 0px 5px 0px;
 background:#009900;
}
#navigation {
float: left;
 width: 900px;
 color: #fff;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
background:#009900;
}
#leftcolumn { 
 color: #fff;
 border: 1px solid #ccc;
 background:#009900;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 520px;
 width: 165px;
 float: left;
}
#content { 
 float: left;
 color: #fff;
 border: 1px solid #ccc;
 background:#009900;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 520px;
 width: 571px;
 display: inline;
 overflow:auto;
}
#rightcolumn { 
 color: #fff;
 border: 1px solid #ccc;
 background:#009900;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 520px;
 width: 110px;
 float: left;
}
#footer { 
 width: 920px;
 clear: both;
 color: #fff;
 border: 1px solid #ccc;
 background:#009900;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}
#background{
position:B; 
}
#address{
float:right;
font-size:12px;
padding:10px;
text-align:right;
}
#imgright{
float:right;
margin:10px;
}
#imgleft{
float:left;
margin:10px;
}
.tbltext{
padding:5px;
text-align:left;
}
.tblimg{
padding:5px;
float:left;
}

#hayimg{
vertical-align:bottom;
}

#rightcolumn a:hover {color:#009900; 
background-color:#000000;}
<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}
</style>