body {
	width: 1050px;
	position: relative;
	margin: 0 auto;
	background-color: transparent;
/*	background-image: url(../images/bg2.jpg); */
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
}
#header {
	width: 1050px;
	background-color: transparent;
	text-align: center;
	padding: 24px;
}
.splash {
	width: 1000px;
	background-color: transparent;
	text-align: center;
	font-family: georgia, serif;
	font-size: 16px;
	color: #636467;
	line-height: 26px;
}
.buttons {
	width: 972px;
	background-color: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 26px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
a {
	color: #b3a801;
}
h1 {
	text-align: center;
	font-family: georgia, serif;
	font-size: 16px;
	color: #636467;
	line-height: 22px;
	font-weight: normal;
	font-size: 19px;
}
.footer {
	width: 1050px;
	background-color: transparent;
	text-align: center;
	font-family: georgia, serif;
	font-size: 9px;
	line-height: 20px;
	color: #808080;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
