@charset "utf-8";
body {
	background-attachment: scroll;
	background-color: #69634d;
	background-image: url(../template_images/index_Splash/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#container {
	padding: 0px;
	height: 100%;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #logo {
	padding: 0px;
	height: 103px;
	width: 261px;
	background-image: url(../template_images/index_Splash/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container img {
	padding: 0px;
	margin-top: 165px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .textLinks {
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#container .click_Link {
	padding: 0px;
	width: 250px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	clear: none;
	float: left;
	text-align: center;
}
#container a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
