/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	line-height: 1;
}


body {
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
//	background-image: url(images/background.png);
}


		
#parallax {
	left: 50%;
	top: 50%;
	margin: -350px 480px 350px -480px;
	position: absolute;
	overflow:hidden;
	width: 960px;
	height: 700px;
	z-index:9999;
}