/* BEGIN FILE */
@charset "UTF-8";
/* -------------------------------------------------------- */
body {
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

a:link,
a:active,
a:visited {
	color: #333333;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

#main_div {
	padding: 60px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	min-width: 380px;
	max-width: 600px;
}

h1 {
	font-size: 34px;
}

p {
	margin: 10px auto 10px 0;
}

.text_bot {
	font-size: 18px;
	margin-top: 80px;
}

.do_vertical {
	width: 50%;
	margin: auto;
	position: absolute;
	top: 40%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* END OF FILE */
