
			html, body {
				padding: 0;
				margin: 0;
				background-color: #000;
				font: normal normal normal 1em/1.5 Georgia, serif;
				color: #333;
			}
			
			h1 { text-align: center; font-weight: normal; font-style: italic; }
			
			.roundabout-holder {
				list-style: none;
				width: 50%;
				height: 10em;
				margin: 1em auto;
			}
			
			.roundabout-moveable-item img{
				height: 7.47em;
				width: 8em;
				border: 1px solid #333;
				background-color: #f3f3f3;
				font-size: 2em;
				cursor: pointer;
/*				border-radius:0.3em; 
				-moz-border-radius:0.3em;*/
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			
#under_c1 {
	width: 576px;
	height: 150px;
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	position:relative;
}

