#sneobody {
	font-family:"Myriad","Myriad Pro",Georgia,Helvetica,Sans-serif;
	height:100%;
	padding:0 0 5em 0;
	margin:0;
	background:#eee;
}

#sneobody #content {
	width:50%;
	margin:auto;
}
.configuratorbody #content{
	width:80% !important;
}
#sneobody #players {
	
	overflow:auto;
}
#sneobody #configurator{
	background:#fff;
	overflow:auto;
}
#sneobody #configurator object {
	margin:20px 0 20px 50px;
}


#sneobody #players object {
	margin:20px 0 20px 50px;
}

#sneobody h1 {
	color:#456;
	margin-top:2em;
	padding:0 0 20px 10px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}

#sneobody h2 {
	font-weight:normal;
	background:#eee;
	padding:2em 10px 10px 10px;
	color:#444;
	font-size:130%;
	text-align:left;
	margin:0;
}

#sneobody p {
	margin:10px;
	padding-bottom:10px;
}


#sneobody a {
	text-decoration:none;
	color:#369;
}


.block{
    font-family:"Trebuchet MS";
    font-size: 14px;
    width: 95%;
    margin: 1em auto;
    padding: 1em;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}