@charset "UTF-8";
body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: black;
	text-decoration: none;
	padding: 0;
	background: white url(imgs/bg.jpg) no-repeat center top;
}

.main {
	width: 1000px;
	height: 600px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 73px;
}

.text_info {
	color: #95a2b2;
	font-size: 9px;
}