#wrapper {
	width: 320px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #DADADA;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header {
	background-color: #cc403e;
	width: 320px;
	height: 80px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#headerOrb {
	position: relative;
	background-color: #73021e;
	height: 70px;
	width: 70px;
	top: 5px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	transition: left 0.2s;
}

.headerOrbLeft {
	left: 5px;
}

.headerOrbRight {
	left: 245px;
}

.btnWrapper {
	position: absolute;
	width: 25px;
	height: 345px;
	background-color: #DADADA;
	cursor: pointer;
}
.rightBtnWrapper {
	left: 295px;
}

.rightBtn {
	background-image: url(../img/RightArrow.png);
	height: 50px;
	margin-top: 147px;
}

.leftBtnWrapper {
	left: 0px;
}

.leftBtn {
	background-image: url(../img/RightArrow.png);
	height: 50px;
	margin-top: 147px;
	transform: rotate(.5turn);
}

.twoColumns {
	width: 250px;
	height: 345px;
	margin-left: auto;
	margin-right: auto;
}

.leftColumn {
	float: left;
}

.rightColumn {
	float: right;
}

.twoColumns>div {
	border: 1px solid #DADADA;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	float: right;
	padding-top: 20px;
	width: 75px;
}

.twoColumns .contentColumn {
	width: 170px;
}

.nonesenseLine {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	height: 8px;
	background-color: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer {
	clear: both;
	background-color: #a04c4b;
	width: 320px;
	height: 55px;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


.instructions p {
	text-align: center;
	font-size: 14px;
}