<style type="text/css">

A:link
{ text-decoration: value; color:#dc5518; }
A:visited
{ text-decoration: value; color:#dc5518; }
A:active
{ text-decoration: value; color:#dc5518; }
A:hover
{ text-decoration: value; color:#121117; }

body
{
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
background-image:url("bg2.png");
background-repeat: repeat-x;
background-color:#c3c3c3;


color: #121117; 

}

#main{
background-image:url("bg.png");
background-repeat: repeat-y;
}

#content{
margin-left:46px;
width:606px;
}


#sidebar{
margin-right:120px;
width:215px;
}

</style>