body{
margin:auto;
background-position:center;
background-color: #7a0e44;
}

#logo{
position:relative;
}
#centre{
position:relative;
margin-top:2em;
}
.roundabout-holder { 
padding: 0; 
height: 30em;
width: 30em;
position:relative;
margin:auto;
 }

.roundabout-moveable-item {
height:20em;
width: 20em;
cursor: pointer;
/*
background-color: #fff;
*/
border: none;
}
.roundabout-in-focus { cursor: auto; }

