* {
	font-family: Palatino Linotype, Book Antiqua, Palatino, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	line-height: 22px;
}

body {
	width: 100%;
    max-width: 996px;
    margin: 0px auto;
	background-color: #E0E4E8;
}
 
.content {
    width: 360px;
    height: 200px;
    background-color: #2D3639;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	text-align: center;
}

.content img {
	margin-top: 20px;
}


