html, body { 
  background-image: url(image.jpg); 
  background-color: #1A0200;
  background-repeat: no-repeat;
  background-position: top left;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 10px;
}
#footer {
	text-align: right;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	color: #695F44;
	padding: 30px 30px 5px 0;
	font-size: 10px;
}
a {
	text-decoration:none;
	color:#695F44;
}
a:hover {
	text-decoration:underline;
	color:#695F44;
}
.nosee { visibility: hidden; }
.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
   text-decoration: underline; /* if desired */
   color: #695F44;  /* or whatever other color you want */
}
.text_button2 {
   border: none;
   background-color: transparent;
   padding: 0;
   float: middle;
   text-decoration: underline; /* if desired */
   color: #695F44;  /* or whatever other color you want */
}
.text {
  border: 1px solid #cccccc;
  /*background: #f6f6f6 url(http://www.jotform.com/images/styles/style1_txt_bg.gif) repeat-x scroll center top;*/
  font-family: "Trebuchet MS";
  font-size: 10px;
  font-weight: normal;
  color: #333333;
}

