* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000;
	background-image: url(index01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	position: absolute;
	top: 50%;
	left: 30%;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	top: -300px;
	left: -210px;
	width: 720px;
	height: 600px;
}
#lang {
	float: right;
	height: 15px;
	color: #FFF;
}
