a 
{
    color:#FF0000;
}

a:visited 
{
    color:#FF0000;
    text-decoration: none;
}

a:hover 
{
    color: #FF0000;
    text-decoration: underline;
}
a:active 
{ 
    color:#000000;
    text-decoration: none;
}

#login
{
	color:#000000;
}

#rank
{
    background-color: Red;
    width: 25%; 
    float: left; 
    position: relative; 
    margin-right: 13px;
    margin-bottom: 12px;
}

#main 
{
    width: 75%;
    padding:5px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color:#CCCCCC;
} 