/* Eric Meyer's 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 11pt Arial, sans-serif;
	width: 100%;
	text-shadow: 2px 2px 1px #000000;
	background-image: url("assets/bg_plus.png");
}
.wrapper {
	max-width: 1024px;
	margin: 0 auto;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
	height: 0px;
	background: #0b0b0b;
	z-index: 2;
}

/*nheader
-----------------------------------------------------------------------------*/
.header {
	position: fixed;
	height: 0px;
	background: #000000;
	z-index: 1;
}

.scroll {
	
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	background-color: #0b0b0b;
	/*background-image: url("assets/bg.png");*/
}
.middle:after {
	height:1000%;
	display: table;
	clear: both;
	content: '';
}
.container {
	word-wrap: break-word;
	width: 1024px;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0px 256px 0px 64px;
}

.infobox {
	
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	
	/*position: fixed;*/
	position: relative;
	bottom: 0;
	width: 1024px;
	height: 32px;
	background: #000000;
	z-index: 1
}
