/*
=============================
Global Reset
=============================
*/

html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }

/*
=============================
Foundation
=============================
*/

body {
	background: #041218 url(../images/pageBgGrad.png) no-repeat top center;
}

/*
=============================
This is it
=============================
*/

div#wrap {
	width: 414px;
	height: 100%;
	margin: 0 auto;
	background: none;
	position: relative;
}
div#thisisit {
	width: 414px;
	height: 697px;
	margin-top: -348px;
	background: url(../images/thisisit.png) no-repeat top center;
	position: absolute;
		top: 50%;
}
	div#thisisit a {
		width: 100%;
		height: 100%;
		background: none;
		display: block;
	}