* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#wrapper {
	height: 550px;
	padding: 25px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	width: 11500px;
	text-align: center;
}

img {
	margin-right: 25px;
	width: 421px;
	height: 500px;
}
