/* CSS Document
Pam Tillis
Video Pop-Up Page CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

body {
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
	
div#wrapperdiv {
	width: 500px; /* total height is 667px */
	margin: 0 auto;
	padding: 142px 50px 0 50px;
	background: #000 url(../images/epk1video.jpg) top left no-repeat;
	height: 566px;
	}
	
div#flashvideodiv {
	width: 502px;
	height: 411px;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 120%;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 0 40px 0;
	margin: 0;
	font-weight: bold;
	}
	
p.instructions {
	font-size: 70%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
	}

