body
{
	background-color: #404040;
	background: url("../images/bg.jpg") repeat fixed 0 0 transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#img_container
{
	padding: 25px 25px 20px 25px; 
	display: table;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset, 0 0 10px 5px rgba(255, 255, 255, 0.2);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}

.centered
{
	padding: 15px 0 0; 
}

#canvas
{
	border-style: solid;
	border-width: 2px;
}

#score
{
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	text-align: center;
}

#ads
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) inset;
    height: 610px;
    position: fixed;
    right: 15px;
    top: 23px;
    width: 170px;
}

.adlayer
{
	width: 250;
	float: right;
	position: relative;
	left: -5px;
	top: 5px;
}

#slideright
{
	cursor: pointer;
	position: fixed;
	top: 13px;
	right: 170px;
	z-index: 901;
}