body { 
margin: 0; 
padding: 0; 
text-align: center; 
min-width: 775px 
} 

#centered { 
position: relative; 
top: 0; 
right: 0; 
margin: 0 auto; 
width: 775px; 
text-align: left; 
} 

#Layer1 { 
position: absolute; 
left: 295; 
top: 180px; 
width: 415px; 
height: 417px; 
}

INPUT.button,
INPUT.buttonM
{
	background: #00B7FF;
	border: 1px solid #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 1px;
	CURSOR: hand;
	WIDTH: auto;
}


.shade
{
    COLOR: #333333;
    BACKGROUND-COLOR: #0976FF;
}

.blackshade
{
    BACKGROUND-COLOR: #0062FF;
       
}

.bbshade
{
    COLOR: #000000;
    BACKGROUND-COLOR: #00B7FF;
    
}