@charset "UTF-8";
/* CSS Document */

/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}


/*--- page layout framework ------------*/
body {
	background-color: #000000;
	color: #999999;
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Lucida",sans-serif;
	font-weight:100;
	font-size: 14px;
}

.header {
	width: 990px;
	margin: 0px auto;
	position: relative;
	height: 95px;
}

.content {
	width: 990px;
	margin: 0px auto;
	position: relative;
	height: 529px;
}

#footer {
	width: 990px;
	margin: 0px auto;
	position: relative;
	color:#666666;
	font-size: 12px;
}