html, body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.main_container {
	width: 750px;
	height: 250px;
	border: 1px dashed #000000;
	background-image: url('../img/info.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	margin-top: -125px;
}
