#container_main_choice {
	position: absolute;
	float: none;
	margin-left: -225px;
	width: 450px;
	height: 400;
	margin-top: -200px;
	top: 50%;
	left: 50%;
}

body {
	display: block;
	color: #444444;
	background-color: #81725e; 
	font-family: arial, helvetica, sans-serif;
	font-size:   12px;
	line-height: 24px;
	margin: 0;
	letter-spacing: 0px;
	
}

#fakebuttonleft {
	z-index: 10;
	position: relative;
	width: 130px;
	height: 30px;
	top: -90px;
	border: none;
	}
	
#fakebuttonright {
	z-index: 20;
	position: relative;
	width: 130px;
	height: 30px;
	left: 180px;
	top: -90px;
	border: none;
	}


