#image{
position:absolute;
   top:50%;
   left:50%;   
   margin-left: -450px; /* Half the width of your image, as a negative. */
   margin-top: -250px; /* Half the height of your image, as a negative. */ 
   z-index: 1;
}

#image a:link {
	color: #000000;
	text-decoration: none;
}
#image a:visited {
	text-decoration: none;
	color: #000000;
}
#image a:hover {
	text-decoration: none;
	color: #000000;
}
#image a:active {
	text-decoration: none;
	color: #000000;
}

body{
	background-color: #000000;
	height:100%;
	
}
body, html {
height:100%;
}
#container{
height:100%;
height:500px;
text-align: center;
}

#mybook{
	margin:0px 0px 7px 0px;
	padding:0px 0px 20px 5px;
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}

.mybookLink  {
    margin: 10px 10px 0px 0px;
	border:solid 1px;
	width:198px;
	height:50px;
}

#mybook a:link,
#mybook a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#image a:hover {
	text-decoration: none;
	color: #000000;
}
#image a:active {
	text-decoration: none;
	color: #000000;
}
.welcomeImg {
border:solid 0px;
}

#video{
	position:absolute;
  	top:50%;
  	left:50%;   
  	margin-left: -360px; /* Half the width of your image, as a negative. */
  	margin-top: -141px; /* Half the height of your image, as a negative. */ 
	z-index: 2;
}