html, body {
	margin: 0px;
}

#wrapper {
	width: 860px;
	margin: auto;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}
#images {
	left: 93px;
	top: 162px;
	height: 300px;
	width: 200px;
	overflow: hidden;
	position: relative;
}
#right {
	width: 430px;
	left: 430px;
	position: relative;
	top: -330px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#buttons {
	top: 219px;
	position: relative;
}
.back {
	position: fixed;
	width: 67px;
	height: 93px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	bottom:0;
	z-index: 1;
}
