@charset "utf-8";
/* CSS Document */

div.MainImage{

	position:absolute;
	width:432px;
	height:473px;
	top:0px;
	left:0px;
}

img.MainImage{
	border:none;

}

div.Title{
	position:absolute;
	height:25px;
	width:200px;
	left:430px;
	top:40px;
}

div.TextArea{
	position:absolute;
	width:355px;
	height:370px;
	top:95px;
	left:434px;
	
	line-height:17px;
	
	padding-right:40px;
	
	color:#C8DCFD;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	overflow:auto;
	overflow-y:auto;
	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #02193E;
	scrollbar-darkshadow-color: #02193E;
	scrollbar-face-color: #003C74;
	scrollbar-highlight-color: #02193E;
	scrollbar-shadow-color: #02193E;
	scrollbar-track-color: #02193E;
	
	
}

img#contactPhrase{
	position:absolute;
	bottom:47px;
	right:24px;
}

div#contentText a{
	color:#C8DCFD;
	text-decoration:none;
}

div#contentText a:hover{
	text-decoration:underline;
}

div#mainMovie{
	position:absolute;
	margin-left:2px;
	z-index:1;
	
}
