html{
	width: 100%;
	height: 100%;
	
}

body{
	overflow-x: hidden;
	overflow-y: ;
	background: transparent url(images/bg.png) left top repeat-x;
}

/* <[CDATA[ */

			
#loader2 {
	background-color:#ccc;
	margin:0;
	padding:0;
}
			
#everything {
	margin:0px 0px 0px 0px;
	padding:0;
	display: none;
}
			
			
img {
	border: none;
}
			
			
#roundabout-cont {
	width: 90%;
	height: 240px;
	margin: 0;
}
			
#roundabout-cont p {
	font-size: 10px;
}
			
.roundabout-holder {
	list-style: none;
	width: 87%;
	height: 0px;
}
			
.roundabout-moveable-item {
	height: 120px;
	width: 210px;
	border: 0px dotted #999;
	background-color: #ffffff;
	font-size: 2em;
	cursor: pointer;
}
			
.roundabout-in-focus {
	cursor: auto;
}
/* ]]> */
