/* Start of CMSMS style sheet 'splash-layout' */
body { 
        background:#666 url(images/wallpaper1.jpg) fixed repeat 0 0;
	color:#000;
	margin:0;
	}
html,body { 
	height:100%;
	}
/* center wrapper, min max width */
div#pagewrapper { 
	margin:0 auto;
/* this centers wrapper */
	width:100%;
	}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-268px;
/* half of container's height */
	float:left;
	}
div#splash { 
	width:722px;
	height:608px;
	display:block;
	position:relative;
	margin:0 auto;
	clear:left;
        top:50px;
	}
div#splashmovie {
       position: absolute;
       top: 18px;
       left: 15px;
       background: transparent url(images/movie_still.gif) scroll no-repeat 0 0;
       }
h2 {
       text-align: center;
       position: absolute;
       top: -30px;
       width: 704px;
       font-size: 37px;
       }
h2 a,h2 a:link, h2 a:visited, h2 a:active {
       text-decoration: none;
       }
h2 a:hover {
       color: white;
       text-decoration: underline;
       }

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


/* End of 'splash-layout' */

