@charset "utf-8";
/* CSS Document */
body, html {
	height:100%;
}
body {
	background-image:url(../images/splash-bg.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#000000;
	margin:0px;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container01 {
	background-image:url(../images/splash-bar_bg.gif);
	background-position: center;
	background-repeat:repeat-y;
	height:100%;
	width:100%;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-200px; /* half of container's height */
	float:left;
}
#container02 {
	height:400px;
	width:720px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	clear:left;
	text-align:right;
}
#containerleft {
	position:relative;
	float:left;
	width:388px;
	height:400px;
	text-align:center;
}
#containerright {
	position:relative;
	float:left;
	width:332px;
	height:400px;
	text-align:justify;
}
#containerright img {
	margin:0px;
	padding:0px;
	display:inline;
}
#opacitycontainer {
   position: relative;
}
#translucentbg {
	width: 292px;     /* to match DIVs size          */
   background-color: #000;       /* the background              */
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   padding: 20px;
}
#opaquecontent {
	width: 292px;    /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
   padding: 20px;
}
a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
}
