/* CSS Document */

body {
	background: url(../images/bg.jpg) no-repeat 50% 100% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#page-content {
	position: relative;
}

.box {
	position: absolute;
	top: 50px;
	width: 220px;
	height: 270px;
	padding: 15px;
	background: #fff;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.leftbox {
	left: 0;
}

.middlebox {
	left: 50%;
	margin-left: -125px;
}

.rightbox {
	right: 0;
}

h2 {
	font-size: 26px;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}