body{
    background-color:#080808;
    margin:0 0 0 0;
    color:white;
    font-family:arial,GoodTimes,verdana,helvetica,sans-serif;
}
canvas { 
    border:solid 0px black; 
   position:absolute;
  top:0px;
  left:0px;
}

div.clsContainer
{
    width:40px;
   position:absolute;
    border:soild 1px green;   
    background-color:Black;

}

canvas , div.clsContainer 
{
image-rendering: -webkit-optimize-contrast;
}
div.clsImages{
    display:none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.3em;
    font-weight:bold;
}
h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

.clsAdd
{
        width:100%;
        text-align:center
}
.hideInGame
{
    display:none;
}
#adds {width:728px;height:90px;z-index:234;margin: 0 auto;display:none;}



#outer {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#111111;
	z-index:100;
	
}
#inner {
	border:solid 2px #00CCFF;
	border-radius:15px;
	width:300px;
	height:310px;
	position:absolute;
	left:50%;
	margin-left:-150px;
	bottom:50%;
	margin-bottom:-125px;
	background:url(/images/background05170610_360x616_0.png) no-repeat center center; /* 170px x 200px */
	background-size: 100%;

}
#inner img{
	margin-top:20px;
	width:300px;
}
.butt{
	border:solid 3px #00CCFF;
	border-radius:10px;
	color:white;
	font-weight:bold;
	font-size:22px;
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
	height:40px;
	cursor:pointer;
	text-align:center;
	vertical-align: middle;
	background-color:#000000;
}
.butt:hover{
	border:solid 3px #00CCFF;
	box-shadow: 0 0 2px 2px #00CCFF;
}
.butt div{
	height:100%;
	width:100%;
	margin-top:6px;
	
}
.butt a:hover{
	color:white;
}
.butt a:visited{
	color:white;
}





