/* css reset by Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/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, 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; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}
/* /css reset */
	body,
	html {
		background:#000 url(../images/index-bg.jpg) top center no-repeat;
		color:#fff;
		height:100%;
		font:16px Arial Narrow, Arial, Helvetica, sans-serif;
		overflow:hidden;
	}
	body {
		min-width:1004px;
	}
	ul, h1, p{
		float:left;
		clear:both;
		margin:10px 40px 10px 40px;
	}
	h1{
		font-size:18px;
		margin-top:30px
	}
	li{
		list-style:disc;
		margin-left:25px;
		padding:4px
	}
	a, a:visited, a:active{
		color:#000;
		text-decoration:none;
		padding:2px 3px;
		background:#ccc;
	}
	a:hover{
		background:#fff;
		text-decoration:none;
	}
	#lang {
		float:right;
		position:absolute;
		right:0px;
		top:70px
	}
	#wrap {
		margin:0 auto;
		width:1004px;
		height:100%;
		position: relative;
	}
	#wrap #header {
		width:1004px;
		height:1030px;
	}
	#flash{
		width:1004px;
		height:1030px;
		background:url(../images/index-bg-inside.jpg) top center no-repeat;
		}
