html {
	height:100%;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	
}

#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#content {
	height:600px; 
	width: 720px; 
	vertical-align: middle;
	position: relative; 
	top: -50%; 
	text-align: left;
} /* for explorer only */

#content[id] {
	
	height:600px; 
	width: 720px; 
	margin-left: auto; 
	margin-right: auto; 
	vertical-align: middle; 
	/*border: red 1px solid;*/
}  
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f1f1f1;
}

a:link {
	color: #ffcc66;
	text-decoration: none;

}
a:active {
	color: #ffcc66;
	text-decoration: none;

}
a:visited {
	color: #ffcc66;
	text-decoration: none;

}
a:hover {
	color: #ff6633;
	text-decoration: none;

}

#logo {
	position: absolute;
	z-index: 10;
	top: 25px;
	left: 41px;
}
#bg {
	position: absolute;
	z-index: 1;
	top: 117px;
	left: 0px;
	height: 370px;
	width:5000px;
	margin-left: -1500px;
	background-color:#1a1a1a
}

#menu {
	position: absolute;
	z-index: 20;
	top: 172px;
	left: 40px;
}
#main {
	position: absolute;
	z-index: 20;
	top: 132px;
	left: 180px;
}
#bottom {
	position: absolute;
	z-index: 20;
	top: 500px;
	left: 91px;
}
#lang {
	position: absolute;
	z-index: 20;
	top: 459px;
	left: 688px;
}
#line {
	position: absolute;
	z-index: 80;
	top: 0px;
	left: 678px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 6000px;
	margin-top: -2000px;	
}
