/* CSS Document */
body{
 background-color: #CCCCCC;
 color:#000000;
}

.content_table{ 
background-color:white;
border-left:2px solid black;
border-right:2px solid black;
background-image:url(../graphics/sphere_full.jpg) ; 
background-position:100% 100%; 
background-repeat:no-repeat;
}
