/* CSS Document - Splash Page */

html body { background-color:#7e502c;

/* background-image:url(../images/bg_splash_color.jpg); */

}

div#container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	display: table-cell;
} 

table.main { width:100%; height:100%; }

td.ctr { 
	width:600px; 
	background-image:url(../images/bg_splash_pattern.jpg);
	background-repeat:repeat;
	text-align:center;
	border-left:10px solid #533800;
	border-right:10px solid #533800;

	
}

div.content {
	width:600px;
	height:100%;
	position:relative;
	text-align:center;
}

img.splash {
	postion:absolute;
}

div.splashbox { 
	background-image:url(../images/bg_splash_center.jpg);
	width:397px;
	height:533px;
	margin:auto;
}
div.soonbox {
	margin:auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #7e502c;	
}

a { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #7e502c;
	text-decoration:none;
}

a:hover { text-decoration:underline; }
