/* April 2006 */

/* SPLASH PAGE STYLES  */

body {
	margin:0;
	padding:0;
	text-align:center;  /* center the page in IE5/Win */
	background: #c4841d url("../images/splash/bgSplash.gif") top center no-repeat;
}

/* fixed size and centering */
#pageFrame {
	width: 760px; /* was 760 */
	margin: 0 auto;
	text-align: left; /* counteract the IE5/Win page center above  */
}

img {border:none;}

#wrapper {
	height: 50%; 
	width: 100%;
	position: absolute; 
	left: 0;
	top: 25%;
}


#images {
	background: url("../images/splash/splashPhoto.jpg") top center repeat-x;
	width: 100%;
	height: 110px;
	display:block;
	border-top: 25px solid #002d64;

}
#languages {
	background-color:#002D64;
	width: 100%;
	height: 25px;
	display:block;
	}
#languages img {
	margin: 0 20px;
	}	
#wordmark {margin: 20px auto; width: 600px; text-align:right;}


