	a, img {
		outline: none;
		border: none;
}
	body {
		background-color: #ffffff;
	}
	
	#mainContainer {
		margin: 		0px auto 0px auto;
		width:			1000px;
		border:			0px;
		height: 		800px;
		background:	url('../intromovie/moviebg.jpg') #ffffff;
		background-repeat:	no-repeat;
	}
	
	.movie {
		padding-left:	76px;
		padding-top:		166px;
		width:			832px;
		height:			468px;
		border:			0px;
		position: 	absolute;
	}

	.meditechLogo {
		padding-left:	738px;
		padding-top:	20px;
		width:			217px;
		height:			90px;
		border:			0px;
		position: 	absolute;
	}
	
	.bizznetLogo {
		padding-left:	835px;
		padding-top:	725px;
		width:			115px;
		height:			51px;
		border:			0px;
		position: 	absolute;
	}
	
	.skipIntro {
		padding-left:	270px;
		padding-top:	675px;
		width:			400px;
		height:			51px;
		border:			0px;
		position: 		absolute;
		text-align:		center;
		color:			white;
		font-family:	Trebuchet MS, arial;
		font-size:			17px;
	}
	
	 .skipIntro a,
	 .skipIntro a:link,
	 .skipIntro a:active,
	 .skipIntro a:visited {	color: white; }
	 .skipIntro a:hover { font-weight: bold;}

