/*CSS*/

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 16px;
	background-color: #ffffff;
	overflow: auto;
}

body {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.distance { 
	width: 1px;
	height: 40%;
	margin-bottom: -225px;
	float: left;
}

.container {
	margin: 0 auto;
	position: relative;
	clear: left;
	width: 640px;
	height: 450px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	font-family: Arial;
	color: #000000;
	font-size: 1em;
}

.text_box {
	width: 270px;
	height: 300px;
	overflow: auto;
	float: left;
	margin-top: 0;
	padding: 10px 10px 10px 40px;
}

.movie {
	background-image: url(img/intro_int.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 640px;
	height: 400px;
}

a.link {
	color: #000000;
	text-decoration: none;
}

a.link:hover {
	color: #828181;
	text-decoration: none;
}