#container {
	background: #f15159 url(background_left.jpg) repeat-y;
}

#obama, #mccain {
	float: left;
	position: relative;
}

#obama {
	width: 302px;
}

#mccain {
	width: 298px;
	margin-left: 190px;
}

#obama_button, #mccain_button {
	position: absolute;
	top: 300px;
	z-index: 10;
}

#obama_button {
	left: 134px;
}

#mccain_button {
	left: 10px;
}

#text {
	z-index: 100;
	position: relative;
	top: 0;
	width: 210px;
	margin: 0 auto;
	height: 450px;
	min-height: 450px;
}

#content {
	background: url(background_centre.jpg) repeat-y;
}

#flipbook {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* @group Polls */

#polls {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	width: 400px;
	display: none;
}

#poll_obama {
	position: relative;
	height: 59px;
}

#poll_mccain {
	position: relative;
	height: 63px;
}

#poll_flip {
	position: relative;
	height: 63px;
}

.poll_bar {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

.poll_number {
	position: relative;
	top: -40px;
	left: 10px;
	z-index: 10;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

/* @end */