html {
	background: url('images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin: 0 auto;
}
img {
	border: none;
}
#content {
	margin: 7% auto 0 auto;
	padding: 0;
	text-align: center;
}
