body {
  background: #040100;
}

body, table {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 14 px;
	line-height: 150%;
	margin: 0;
  color: #FFF;
}

h1, h2, h3 {
	color:#ffe798;
	font-size: 30px;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	margin-top: 0.2em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a, a:visited {color:#ffe798;   text-decoration: none; }
a:hover { color:#ffe798; text-decoration: underline; }

a img { border: none }

.button {
position:absolute;
top:206px;
left:310px;
border:solid 2px #876B44;
width:160px;
height:30px;
line-height:29px;
background: rgb(233,202,155); /* Old browsers */
background: -moz-linear-gradient(top, rgba(233,202,155,1) 0%, rgba(132,106,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,202,155,1)), color-stop(100%,rgba(132,106,69,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(233,202,155,1) 0%,rgba(132,106,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(233,202,155,1) 0%,rgba(132,106,69,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(233,202,155,1) 0%,rgba(132,106,69,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ca9b', endColorstr='#846a45',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(233,202,155,1) 0%,rgba(132,106,69,1) 100%); /* W3C */
text-align:center;
color:black;
}
a.buttonlink:link    { color:#FFECAD; }
a.buttonlink:visited { color:#FFECAD; }
a.buttonlink:hover   { color:#FFECAD; text-decoration:underline; }
a.buttonlink:active  { color:#FFECAD; }

