body {
background-image: url("new-logo.gif");
background-position: top right;
background-repeat: no-repeat;
color: #000;
font-family: times, serif;
font-size: 12px;
line-height: 14px;
padding: 0px;
margin: 0px;
border: 0px;
}


 
#all{
margin-top: 20px;
margin-left: 20px;

}

#textbocks{
width: 550px;
font-size: 12px;
line-height: 14px;
background: yellow;
}


#side{
width: 150px;
text-align: right;
float:left;
}

#main{

margin-left: 10px;
float:left;

}

#main h1{
font-size: 13px;
line-height: 13px;
}

a {
color: #000;
background-color:#bbb;
}

a:link {
text-decoration: none;
}

a:visited {
background-color:#09F;
text-decoration: none;
}

a:hover{ 
background-color:#E20064;
text-decoration: none;

}

a:active {
background-color: #70743C;
}




