body
{
	background-color:#3ae6a3;
	text-align: center;
	margin: 0 auto;
}
#logo
{
	margin: auto;
	left:0; right:0;
	top:0; bottom:0;
	position: absolute;
	width: 260px;
	height: 190px;
	text-align: center;
	background-image: url('logo.png');
	background-size: 260px 190px;
}