*
{
    outline: none;
}
body
{
    margin: 0px;
    padding: 0px;
	background: url('../img/bg.png');     
}
a
{
    cursor: pointer;
    text-decoration: none;
}
a img 
{
	border:0px;
}
img
{
	margin: 0px; 
	padding: 0px;
}
.clear
{
    font: 9px Arial;
    clear: both;
}
input[type=submit], input[type=reset], input[type=button]
{
    cursor: pointer;
}  


/*--------------------------------------------------*/

.page
{
    width:                      471px;
    height:                     515px;
    text-align:                 center;
    position:                   absolute;
    left:                       50%;
    top:                        50%;
    margin-top:                 -258px;
    margin-left:                -235px;
}
.container
{
    position:                   relative;
}

a.link
{
    color:                      #333132;
    font:                       11px Consolas;
    text-transform:             uppercase;
    position:                   absolute;
    left:                       50%;
    margin-left:                -17px;
}