/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	color: #444;
	padding-top: 0px;
}

code {
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* structure */
.inner-container {
	background: #000000;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 1px;
	width: 1000px;
}

/* headere & title */
.header {
	height: 850px;
	width: 1000px;
	margin-bottom: 0px;
	text-align: center;
}
/* footer */
.footer {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	margin-top: 3px;
}