﻿body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.container {
	top: 50%;
	left: 50%;
	width: 780px;
	height: 518px;
	margin-top: -259px;
	margin-left: -390px;
	position: absolute;
	background-image: url('imgs/bg.jpg');
	background-repeat:no-repeat;
}

.map {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

.text {
	font-weight: bold;
	padding: 20px 10px 10px 20px;
}