html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial,sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: none 
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
	line-height: 1.2;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-size:0.85em;
	background:url(../images/bgs/woodTest4.jpg) repeat #1E1611;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#container{
	position:absolute;
	top:90px;
	left:90px;
	width:auto;
	margin:auto;
	text-align:left;
	padding:5% 0 2% 0;
	z-index:999;
}


p{
	color:#ffffff;
	text-decoration:none;
	margin-top:20px;
	line-height:1.9em;
	text-align:left
}
span{background-color:green;padding:5px 10px 5px 10px;}

a:link, a:visited{
	color:#ffffff;
	text-decoration:none
}

p a:hover, a span:hover{
	color:#ffffff;
	background-color:#333333;
}

img#bg {
position:fixed;
bottom:0;
right:0;
width:auto;
height:100%;
z-index:-1
}