body {
	background-image: url(oldsite/images/bg.jpg);
}
.splash {
	background-image: url(images/splash.jpg);
	height: 675px;
	width: 661px;
	background-repeat: no-repeat;
}


.style2 {color: #333333}
.textlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {position:absolute; left: 92px; top: 94px; width: 214px; height: 285px; background-color: #7F87AC;  layer-background-color: #7F87AC; border: 1px none #000000;}

/* This is the transparent box */
#bg {
width: 675px;
height: 661px;
	background-image: url(images/splash.jpg);
		background-repeat: no-repeat;
}
#transbox {
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	position: fixed;
	top: 150px;
	left: 100px;
	width: 270px;
		}


/* This is the container which set text to solid color.
position: relative used for IE */ 
#transbox div {
	padding: 5px;
	font-weight: normal;
	color: #000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
