@charset "utf-8";
/* CSS Document */

body {	height: 100%;
		width:1000px;
		background-color:#FFFFFF;
		font-family:Calibri;
		font-size:10px;
		border-style:none;
		position:absolute;
		text-align:center;

}

a,a:visited {
			text-decoration:none;
			outline:none;
			color:#000000;
	}
a:focus {
			border:none;
			outline:none;
	}
a:active {
			outline:none;
	}
.splash {
			font-family:Calibri;
		font-size:27px;
					}
.h1 { 
			color:f2f2f2#;
	}

* {
	margin:0;
	padding:0;
}
	
#container {
    display: table;
	width:825px;
	height:620px;
	float:inherit;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
    }
#inBorder {
	width:802px;
	height:598px;
	margin-right:auto;
	margin-top:10px;
	margin-left:auto;
	background:#f2f2f2;
	}

#row  {
    display: table-row;
    }

#left, #right, #middle {
    display: table-cell;
    }
	
#tlsplash { 
		display:block;
		float:left;
}
#tmsplash {
			display:block;
			float:left;
			position:absolute;
			left:516px;
}
#mlsplash {
	display:block;
	float:left;
	position:absolute;
	left:98px;
	top:195px;

}
#trsplash {
		height:84px;
		width:100%;
		float:none;
}
#mmsplash {
	display:block;
	position:absolute;
	left:516px;
	top:97px;
}
#mrsplash {
	display:block;
	position:absolute;
	top:97px;
	left:665px;
	}
#brsplash {
	display:block;
	position:absolute;
	top:373px;
	left:665px;
}
#enterws {
	display:block;
	position:absolute;
	top:485px;
	left:242px;
	text-align:center;
	font:Calibri;
	font-size:27px;
	color:#470f02;
	
}
#blsplash { 
	display:block;
	position:absolute;
	top:536px;
	left:98px;
	
}
#enterblg {
	display:block;
	position:absolute;
	top:510px;
	left:726px;
	text-align:center;
	font:Calibri;
	font-size:27px;
	color:#470f02;
	
}
#splashtxt {
		position:absolute;
		top:625px;
		left:200px;
		color:f2f2f2;
		font:Calibri;
		text-align:center;
		font-size:14px;
		
}
#disc {
		position:absolute;
		top:675px;
		left:110px;
		color:f2f2f2;
		font:Calibri;
		text-align:center;
		font-size:10px;
		
}



			
