#about_image
{
	position: absolute;
	
	height: 60px;
	width: 	276px;
	
	left: 		50%;
	top: 		16px;
	transform: 	translate(-50%);
}

#about_hr
{
	position: absolute;
	
	height: 1px;
	width: 	calc(100% - 26px);
	
	left: 		50%;
	top: 		100px;
	transform: 	translate(-50%);
	
	border: none;
	
	background-color: #a0a0a0;
	
	box-shadow:	1px 0 0 0 white,
				0 1px 0 0 white;
}

#about_ok_button
{
	position: absolute;
	
	height: 21px;
	width: 	73px;
	
	bottom: 8px;
	right: 	7px;
}

#about_text_container
{
	position: absolute;
	
	width: calc(100% - 90px);
	
	left: 	50%;
	top: 	111px;
	transform: translate(-50%);
}

#about_text_container > p
{
	font-size: 11px;
}

#about_text_container > p > a
{
	color: #0066cc;
}