body{
margin-top: 0px;
text-align: center;
background-color: #999999;
}
/**Container To Hold The Layout**/
#container{
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 600px;
background-color: #BFFFBF;
border: 1px solid #ffffff;
}
/**Banner Styles**/
#banner{
height: 50px; /*CHANGE THIS TO THE HEIGHT OF YOUR BANNER*/
background-image: url(banner.png) !important;
background-repeat: no-repeat;
}
#banner h3{
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: normal;
}
/**Links Styles**/
#left{
width: 150px;
float: left;
}
.links{
padding: 5px 5px 0px 5px;
color: #598059;
font-family: Arial, sans-serif;
font-size: 11px;
}
/**Content Styles**/
#right{
width: 450px;
float: right;
}
.content{
padding: 5px 10px 0px 10px;
color: #598059;
text-align: justify;
font-family: Arial, sans-serif;
font-size: 11px;
}
<-- I would like it somewhere here -->
}
If anyone could help me with this it would be a great weight of my mind.
Thanks
