body {
background:url(back.png) center center;
background-size:cover;
text-align:center;
width:100%;
margin:0;
margin-top:50px;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

img {
max-width:100%;
}

div#content {
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:605px;
	background:#eee;
	text-align:left;
	}