/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: landing.css
* Version: 1.0.0 (2010-07-05) YYYY-MM-DD
* Author: Shaking Paper
* Description: Styles for Passport DSN.

*/

/* Eric Meyer CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul, ol {
	list-style:none;
}

html, body {
	height: 100%;
}

body {
	background: #FFF;
	padding: 40px 0;
}

/* End CSS Resset */

/* Begin Structure */

#wrapper {
	width: 900px;
	height: 700px;
	margin: 0pt auto;
	position: relative;
}

	#logo {
		z-index: 10000;
		width: 286px;
		height: 64px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#gallery {
		z-index: -5000;
		width: 900px;
		height: 636px;
		position: absolute;
		top: 40px;
		overflow: hidden;
	}
	
	#footer {
		color: #939598;
		background: url(images/footer_bg.png) no-repeat top left;
		z-index: 11000;
		width: 900px;
		height: 240px;
		position: absolute;
		bottom: 0;
		left: 0;
		_background: url(images/footer_bg_ie6.gif) no-repeat top left;
	}
	
		#footer p {
			margin-top: 180px;
		}
	
		#footer a {
			color: #7BC143;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}