body{
	background-color: #0876bc;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.wrapper{width:100%; text-align: center; margin: auto;}

#logo{
	background: url(logo.png) no-repeat;
	margin: auto;
	width: 300px;
	height: 253px;
	margin: 100px auto 50px auto;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    #logo{
    	background: url(logo@2x.png) no-repeat;
    	background-size: 300px 253px;
	}

}

h3{
	font-weight: normal;
	font-size: 30px;
}

a{color: #033d62;}
