body{
 background-color: #77889A;
 background-image: url('images/strip.jpg');
 background-repeat:repeat-x;
 background-position: top center;
 font-family: arial;
} 


/*--CONTENT--*/
.content{
 width: 630px;
 font-family: arial,verdana;
 font-size: 13px;
 color:#4f4f4f;
}

.content a{
 color:#205799;
 font-weight:bold;
}

.content a:hover{
 color:#007bfe;
 text-decoration:none;
}

.text{
 width:100px;
 float:left;
 margin-bottom:5px;
}

.fld{
 margin-bottom:5px;
}

input{
 width:200px;
}




.side{ 
 width: 150px;
 font-family: verdana;
 font-size: 13px;
}

.click a{
 background-image: url('images/click.jpg');
 width: 302px;
 height: 67px;
 display: block;
}

.click a:hover{
 background-image: url('images/click2.jpg');
 width: 302px;
 height: 67px;
 display: block;
}