html, body { margin: 0 auto; padding: 0;}

a { color: #0872ac; text-decoration: none;}

a:visited {color: #F60;}
a:hover {text-decoration: underline;}




#main { 
width: 650px; 
background: url(images/box_bg.jpg) repeat-y; 
margin: 0 auto;
color: #777;
font-family: Arial;
font-weight: normal;
font-size: 13px;
}


.left {
float: left;
position: relative;
width: 330px;
height: 400px;}

.right{
padding-top: 17px;
padding-right: 15px;
float: right;
position: relative;
width: 230px;
height: 250px;
background: url(images/login-boxes.png) no-repeat;}

.fb {padding-left: 8px;
margin-top: -5px;
color: white;}

#footer {text-align: center; font-family: tahoma, arial; font-weight: bold; font-size: 12px;} 
#footer a {margin: 0 10px 0 10px; }


