body {
    background-image: url('/img/logo@2x.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 284px 50px;
    background-color: white;
	color: #444;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 600px;
}

p {
    font-size: 16px;
    text-align: center;
    margin: 30px;
}