/*html { 
background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

body {
	font-family:"Comic Sans MS", courier, serif;

	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	text-align:center;
    text-shadow:2px 2px 4px #999;
   -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
	} 
	
table/*, td, th*/
{

/*background:transparent;*/
font-weight:bold;
text-align:center;
/*#color:#000000;
#opacity:0.9;*/
 border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
   
border-collapse:collapse;
border:1px hidden white;
    
 }

/*th
{
border:1px solid green;
background-color:green;
color:white;
}*/

td
{


 border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
 /*   background: -moz-linear-gradient(40% 100% 45deg, white, gray);
   background: -webkit-gradient(linear, right top, left bottom, from(white), to(gray));*/
   border:1px solid green;
background-color:white;
padding:20px;
}

td:before{
     content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  z-index: -1;
}

.bottomborderhidden
{
   border-style:solid solid hidden;
}   


h1 {
   
 /*  color:#FFFFFF;*/
   font-weight: bold;
   margin: 10px;
   text-shadow: 0 1px 0 #ccc,
     0 2px 0 #c9c9c9,
     0 3px 0 #bbb,
     0 4px 0 #b9b9b9,
     0 5px 0 #aaa,
     0 6px 1px rgba(0,0,0,.1),
     0 0 5px rgba(0,0,0,.1),
     0 1px 3px rgba(0,0,0,.3),
     0 3px 5px rgba(0,0,0,.2),
     0 5px 10px rgba(0,0,0,.25),
     0 10px 10px rgba(0,0,0,.2),
     0 20px 20px rgba(0,0,0,.15);
   text-align: center;
 }
 
 .loader {
     opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./image/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

