	body {
	margin: 0px;
	font: 14px sans-serif;
	background-image: url("town3.jpeg");
	background-attachment: fixed;
	background-repeat: none;
	}

	.navigation {
	height: 80px;
	background: #252B31;
	}
	
	.logo_left {
	margin-left: 10px;
	height: 80px;
	position: absolute;
	}
	
	.logo_left i {
	font-size: 30px;
	display: block;
	margin-top: 25px;
	color: #FFFC00;
	}
	
	a {
	text-decoration: none;
	}
	
	.logo_center {
	height: 80px;
	left: 50%;
	position: absolute;
	}
	
	.logo_center img {
	margin-top: 10px;
	}

	.wrapper {
	width: 350px;
	padding: 20px;
	}
	
	.wrapper1 {
	}
	
	.wrapper2 {
	position: absolute;
	margin-left: 19%;
	}
	
	.container1 {
	text-align: left;
	margin: 0 auto;
	padding: 40px;	
	width: 50%;
	background-color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height:600px;
	}