

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif;
}

.header {
	height: 10%;
	width: 100%;
	background: #000 url(http://assets.espn.go.com/i/qtvr/espnlogo.gif) no-repeat 10px 50%;
	
	position: relative;
}

.header a, .header a:active, .header a:visited {
	font-size: .8em;
	background: url(http://assets.espn.go.com/i/qtvr/close_lo.gif) no-repeat 100% 50%;
	padding: 0 20px 0 0;
	color: #4d4d4d;
	text-decoration: none;
	float: right;
	margin-top: -.7em;
	height: 1.4em;
	position: absolute;
	top: 50%;
	right: 20px;
	line-height: 1.4em;
}

.header a:hover {
	background: url(http://assets.espn.go.com/i/qtvr/close_hi.gif) no-repeat 100% 50%;
	color: white;
}

.qtvr {
	height: 75%;
	background: #111;
	color: #1696e7;
	font-size: .9em;
}

.qtvr p {
	margin: 0;
	padding: 10px;
}

.qtvr img {
	margin: 0 0 0 10px;
}

.footer {
	height: 15%;
	position: relative;
	background: black;
	padding: 10px 20px 0 10px;
}

.titling {
	font-size: 1em;
	/*
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	left: 15px;
	*/
	padding-left: 50px;
	background: #000 url(http://assets.espn.go.com/i/qtvr/zoomlogo.gif) no-repeat 0 5px;
}

.titling h2 {
	margin: 0;
	font-size: 1.3em;
	color: white;
	font-weight: normal;
	line-height: 1.3em;
}

.titling p {
	margin: 0;
	font-size: .8em;
	color: #4d4d4d;
	line-height: 1.1em;
}

.titling span.instructions {
	color: #888;
	font-style: italic;
}

.photog {
	color: #4d4d4d;
	position: absolute;
	top: 4px;
	right: 10px;
}

.photog p {
	margin: 0;
	font-size: xx-small;
}







