@charset "utf-8";
/* CSS Document */

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img, div, a, input {
	behavior: url(iepngfix.htc);
}

/* CSS Layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: url(background/bg.jpg) no-repeat center center fixed;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#page-width {
	margin-left: -480px;
	position: absolute;
	top: -304px;
	left: 50%;
	width: 960px;
	height: 608px;
	visibility: visible;
	text-align: left;

}

#header {
	width: 960px;
	height: 50px;
	padding: 10px 0 0 0;
	float: left;
	display: inline;
}

#content-holder {
	width: 960px;
	height: 520px;
	float: left;
	display: inline;
}

#footer {
	width: 960px;
	height: 20px;
	float: left;
	display: inline;
}

#footer-left {
	width: 600px;
	padding: 8px 0 0 0;
	float: left;
	display: inline;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#footer-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#footer-right {
	width: 360px;
	padding: 8px 0 0 0;
	float: left;
	display: inline;
	text-align: right;
}

#footer-right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	text-decoration: none;
}