html {
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: top left;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-seriT;
	color: #FFFFFF;
	font-size: 11px;
}
#site {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 915px;
}
#header {
	width: inherit;
	height: 450px;
	text-align: left;
	padding: 0px;
}
#content {
	text-align: center;
	margin: 0, auto;
	width: 895px;
	padding: 10px;
	background-image: url(img/contentBG.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#footer {
	width: 915px;
	height: 80px;
}
img { border: 1px solid #6d6d6d; }
 a { text-decoration: none; color: #FFFFFF; }
 a visited { text-decoration: underline; }
 a hover { text-decoration: underline; }
 div.text {
 	color: #FFFFFF;
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
 div.text2 {
 	color: #FFFFFF;
	text-align: left;
}
