@charset "UTF-8";
/* CSS Document */

/* ============= 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;
	vertical-align: baseline;
	background: transparent;
}



body {
	background: url(images/background2.jpg) no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFFFFF;
}


img, div, a, input { behavior: url(iepngfix.htc) }	

a { font-weight: bold; text-decoration: none; }
a:link { color: #999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #CCCCCC; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: none; }


h1, h2, h3, h4, h5, h6 {

	font-family: Helvetica, Arial,  Sans-serif;
	font-weight: normal;
line-height: normal;
color: #CCCCCC;
}

h1 {
font-size: 24px;
margin: 10px 0px 20px 0px;
}

h1 span {
	font-size: 18px;
	color: #999999;
}
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }


p {
margin: 10px 0px 10px 0px;
}


#main {
	width: 800px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin: 200px auto 0px auto;
	}



