body {
	background: white;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
	text-align:center;
}

.container{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.logo {
	width: 230px; 
	height: 201px;
	margin-top: 150px;
}

.image {
	width: 230px;
	height: 101px;
}

.txt {
	width: 230px;
	height: 100px;
}

a, a:visited {
	color: #9bb73c;
	text-decoration: none;
}

a:hover {
	color: #5f5c5b;
	text-decoration: none;
}