#leftCol {
	width: 720px;
	float: left;
}

#rightCol {
	width: 280px;
	padding-top: 10px;
	float: right;
}

#pictures {
	width: 720px;
	text-align: center;
	margin: 0 auto;
}

#leftPic {
	padding-top: 20px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 389px;
	width: 50%;
	background-image: url(polaroidback.gif);
}

#rightPic {
	padding-top: 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 389px;
	width: 50%;
	background-image: url(polaroidback.gif);
}

#tip {
	margin: 10px;
}

#prevChoice {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	width: 650px;
	margin: 1em 0;
	padding: 1em;
	border: 5px solid #ccc;
	background: #e3ebf3;
}

#chosenTitle {
	margin-bottom: 10px;
	font-size: x-large;
	text-align: left;
}

#chosenLeftCol {
	float: left;
}

#chosenRightCol {
	width: 330px;
	float: right;
}

#winPercent {
	color: red;
	font-size: xx-large;
}

.container {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	margin: 1em 0;
	padding: 1em;
	border: 5px solid #ccc;
	background: #e3ebf3;
}

.container2 {
	text-align: left;
	margin: 1em 0;
	padding: 1em;
	border: 2px solid #ccc;
	background: white;
	margin: 0 auto;
}