/* Eric Meyer's CSS Reset
____________________________________________________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

:focus, :active {
	outline: 0;
}

body {
	padding-top: 50px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font: bold 24px Helvetica, Arial;
}

#image {
	width: 602px;
	height: 403px;
	margin: 0 auto 20px auto;
	position: relative;
	border: 10px solid #333;
}

#image span {
	display: block;
	position: absolute;
	width: 602px;
	height: 403px;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 2000;
}

#image img {
	z-index: 1000;
	border: 1px solid #000;
}

h1 {
	margin-bottom: 10px;
}

p {
	font: normal 16px Helvetica, Arial;
}