html, body { 
	background-color: transparent; 
	background-image: url(../images/spoon_asian_fusion_bg2.jpg); 
	background-repeat: repeat; 
	background-position: middle; 
	height:100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center; 
	}
    
#wrapper {
	  margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      margin: 0; 
      padding: 0; 
	  border: none; 
   }

#spoons { display: none; }
   
#credit { color: #fc9; font-size: 11px; font-family: verdana; }

p { }
td { font-size: 11px; }
a:link, a:visited, a:active { color: white; font-weight: normal; text-decoration: none; }
a:hover { color: #dad9d9; font-weight: normal; text-decoration: underline; }

table.Sform {
	text-align: center;
	border-color: #ffffff;
	border-style: solid;
	border: 3px;
	background-color: #f7dfa5;
	padding: 20px;
	font-size: 12px;
	}

	
.Sform td {
	font-family: verdana;
	}

#Sform {
	background-color: #ffffff;
	padding: 20px;
	}	
