@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(i/dark_leather.png);	
	background-color: #000;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 360px;
	margin-left: -320px;
	margin-top: -180px;
}

#container2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 840px;
	height: 360px;
	margin-left: -420px;
	margin-top: -180px;
}

#container3 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	margin-top: -240px;
}


#info {
	float: right;
	width: 200px;
	height: 360px;
}


