body {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	/* background-color: black;*/
	 background-image: url("../images/tile1.jpg"); 
}

a {
	color: white
}

.personer {
	margin-top: 120px;
	position: sticky;
	height: 400px 
}

.my_class {
	font-size: 1.5em;
	color: #abc;
	background-color: #ffffff;
	border: 2px solid white;
             /*   margin-left:100px;  */
    margin: 0px 0 0px 200px;
}

.my_class:hover {
	border: 2px solid #ccc;
}

.my_class img {
	height: 48px;
	width: 48px;
    margin-left: 100px;
}

.centerImage {
	width: 180px;
	margin-top:-100px;
}

#roundrr_navigation {
	position: absolute;
	top: -45px;
	z-index: 500;
	width: 200px;
	height: 70px;
	left: 750px;
}

#roundrr_navigation p {
    color:white;
    font-family:Arial;
    font-size:12px;
    margin-left:-9px;
    margin-top:-190px;
    width:145px;

}

.roundrr_center {
	background-color: transparent;
	height: 160px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 100px;
	width: 195px;
}

.roundrr_speech {
    background-color:transparent;
    background-image:url("../images/speech3.png");
    display:none;
    height:290px;
    left:245px;
    margin-bottom:0;
    margin-left:15%;
    margin-right:auto;
    position:absolute;
    top:256px;
    width:255px;
    display:none;
}

#roundrr_pick {
	background-image: url(../images/pick4.png);
	height: 105px;
	margin-bottom: 0;
	margin-left: 45%;
	margin-right: auto;
	position: absolute;
	top: -107px;
	width: 94px;
	z-index: 500;
}

#roundrr_caption {
	color: white;
	font-size: 18px;
	height: 62px;
	left: 32px;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 38%;
	margin-right: auto;
	position: absolute;
	top: 230px;
	width: 215px;
	z-index: 500;
	/*comment out the following to disable @font-face use*/
    font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
}

#roundrr_container, #roundrr_container2 {
	position: relative;
	top: -160px;
	width: 100%;
	height: auto;
	margin-left: 235px;
	text-align: center;
	margin: 20 auto;
}

.roundrr_div_item {
	background-color: none;
	height: 50px;
	padding: 40px;
	color: #234;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

.selected{
    background-color:red;
    border:2px solid red;
    color:#AABBCC;
    font-size:1.5em;
}

/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1281px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
}
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1220px) and (max-width: 1280px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
}
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	margin-left: 105px;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
	margin-left: -10px;
}
}

/*---------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	margin-left: -55px;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
	margin-left: -10px;
}
#roundrr_caption {
	color: white;
	font-size: 22px;
	height: 62px;
	left: 22px;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 58%;
	margin-right: auto;
	position: absolute;
	top: 240px;
	width: 145px;
	z-index: 500;
	/*comment out the following to disable @font-face use*/
    font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
}
}

/*-------------------------------------------*/
@media (max-width: 767px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	left: -105px;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
	margin-left: -10px;
}
}

/*-------------------------------------------------------------------*/
@media (max-width: 626px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	left: 95px;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
	margin-left: -10px;
}
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 560px) {
#roundrr_container, #roundrr_container2 {
	position: relative;
	left: 95px;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
.centerImage {
	width: 180px;
	margin-left: -10px;
}
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 480px) {
body {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	/*background-color: black; 	background-image: url("../images/tile1.jpg");*/
}
.centerImage {
	width: 180px;
	margin-left: -100px;
}
.roundrr_speech {
    background-color:transparent;
    background-image:url("../images/speech3.png");
    display:none;
    height:290px;
    left:-42px;
    margin-bottom:0;
    margin-left:15%;
    margin-right:auto;
    top:222px;
    width:255px;
    display:none;
}
#roundrr_caption {
	color: white;
	font-size: 20px;
	height: 62px;
	left: 32px;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 18%;
	margin-right: auto;
	position: absolute;
	top: 240px;
	width: 145px;
	z-index: 500;
	/*comment out the following to disable @font-face use*/
    font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
}
#roundrr_container, #roundrr_container2 {
	position: relative;
	margin-left: -45px;
	top: -120px;
	height: auto;
	text-align: center;
	margin: 20 auto;
}
#roundrr_container {
	centerImageSrc: url("../images/keyboard.png");
}
}