@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/** {margin: 0; padding: 0;}*/


html {
	/*  background: #000000 url(../images/woodbackground5.jpg) no-repeat center top fixed; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;*/
	background-color: #ffffff;
}

h2 {
	font-family: Verdana, Arial, Tahoma, Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0F0;
}

body {
	font-family: Verdana, Arial, Tahoma, Georgia, sans-serif;
	font-size: 13px;
	width: auto;
	margin: 0;
	text-align: center;
/*	background: #000000 url(../images/woodbackground5.jpg) no-repeat fixed center top;
	background-size: contain;
	background-color: #000000;
	background-image: url(../images/woodbackground5.jpg);*/
}

body,td,th {
	color: #FFFFFF;
}

img {
  width:319;
  height:212;
}


