<style type="text/css">

A:link
{ text-decoration: value; color:#bacccc; }
A:visited
{ text-decoration: value; color:#bacccc; }
A:active
{ text-decoration: value; color:#bacccc; }
A:hover
{ text-decoration: value; color:#a2b0b7; }

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:#3e4357;


color: #2f3242; 

}

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

#content{
float:left;
margin-left:60px;
width:530px;
}


#sidebar{
float:right;
margin-right:820px;
width:230px;
}

</style>
