body
{
	background-color:#18344d;
	background-image:url(images/splash-bg-backdrop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	text-align:center;
}
div#containerAll
{
	position:relative;
	width:800px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}
div#containerContents
{
	position:relative;
	width:600px;
	min-height:400px;
	padding-left:100px;
	padding-right:100px;
	padding-top:35px;
	padding-bottom:15px;
	background-image:url(images/splash-bg.png);
	background-repeat:repeat-y;
	background-position:top;
}
div#containerContentsTitle
{
	position:relative;
	width:600px;
	height:26px;
	line-height:26px;
	/*border-bottom:solid 1px #18344d;
	border-top:solid 1px #18344d;*/
	position:relative;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}
div.containerSiteSelection
{
	position:relative;
	float:left;
	width:280px;
	height:322px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	margin-top:35px;
	text-align:center;
}
div.containerSiteSelection img
{
	position:relative;
	width:280px;
	height:280px;
	margin-bottom:3px;
	clear:both;
	border:0px;
}
div.containerSiteSelection a, div.containerSiteSelection a:link, div.containerSiteSelection a:visited, div.containerSiteSelection a:active
{
	color:#6b2830;
	font-size:18px;
	text-decoration:none;
}
div.containerSiteSelection a:hover
{
	color:#5b7187;
}
div#containerContentsBottom
{
	width:800px;
	height:100px;
	background-image:url(images/splash-bg-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}