@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style : normal;
	font-weight : bold;
}

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	background-color:#000000;
	width:1255px;
	}
	
#wrapper {
	display:block;
	height:650px;
	width:1255px;
	background-image:url(images/vzbackground.jpg);
	}

h1 {
	display:block;
	height:171px;
	width:300px;
	background-image:url(images/VerizonLogo2.jpg);
	text-indent:-9999;
	}
	
#video {
	position:absolute;
	left:267px;
	top:205px;
	height:275px;
	width:720px;
	}
	
#credit {
	position:absolute;
	top:500px;
	left:515px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#666666;
	}
	
a:link {
	color:#666666;
	text-decoration:underline;
	}
	
a:visited {
	color:#333333;
	text-decoration:underline;
	}

a:hover {
	color:#999999;
	text-decoration:underline;
	}

a:active {
	color:#666666;
	text-decoration:underline;
	}