@charset "UTF-8";
/* Reset default user agent styles */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
}


html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-image: url(../images/backdrop2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-color: #b8b8b8;
}

#wrapper {
	width: 960px;
	margin-top: 0em;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100%;
}

#footer {
	width: 960px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer a:link {
	color:#CCCCCC;
	text-decoration: none;
}

#footer a:active {
	color:#fff;
}
#footer a:visited {
	color:#CCCCCC;
}
#footer a:hover {
	color:#fff;
}

