/* CSS Document */
body
	{
	background: #000000;
	}
	
div#container
	{
	width: 855px;
	height: 400px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -427px;
	}

div#container_intro
	{
	width: 640px;
	height: 480px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -320px;
	}

