root { 
    display: block;
}
body {
    margin: 0px;
    padding: 0px;
    color: #ABBECD;
    font-family: Myriad, sans-serif;
    font-weight:normal;
    font-size:12px;
}
a:link, a:visited {text-decoration:underline;color: #ABBECD;}
a:active, a:hover {color: #FFC939;}
H1 {font-weight:bold;font-size:1.6em;margin:0.8em 0px;}
H2 {font-weight:bold;font-size:1.4em;margin:0.7em 0px;}
H3 {font-weight:bold;font-size:1.2em;margin:0.6em 0px;}
H4 {font-weight:bold;font-size:1.1em;margin:0.5em 0px;}
p {margin:0.6em 0px 0.6em 0px;}
p.linkstyle, p.linkstyle a:link, p.linkstyle a:visited {
    text-decoration:underline;
    font-weight:bold;
    display:block;
    cursor:pointer;
}
ul {
    display:block;
    margin:0.5em 0px 0.5em 1em;
    padding:0px;
    list-style:none;
}
li {line-height:1.5em;list-style:none;}
div#pagewrap {
    width:100%;
    margin:0px;
    padding:0px;
}
div#deviceblock {
    display:block;
    margin:0px;
    padding:0.35em 5px 0.35em 20px;
    border:0;
    background:#EEC782;
    color:#FFFFFF;
    font-size:1em;
    font-weight:bold;
    clear:both;
}
div#deviceblock a:link, div#deviceblock a:visited {
    color:#FFFFFF;
}
div#deviceblock a:active, div#deviceblock a:hover {
    color: #ABBECD;
}
div#logoblock {
    display:block;
    height:40px;
    margin:0px;
    padding:0px;
    border:0;
    background:url('img/top_banner.jpg') repeat-x left top;
    clear:both;
    overflow:hidden;
}
#logoimg {
    margin:0px 0px 0px 20px;
    padding:0px;
    border:0;
    height:40px;
}
div#mainblock {
    display:block;
    margin:0px;
    padding:15px 20px;
    border:0;
    background:url('img/top_balls.jpg') repeat-x left top;
    clear:both;
}
div#bottomblock {
    display:block;
    margin:0px;
    padding:0.35em 20px 0.35em 10px;
    border:0;
    background:url('img/top_banner.jpg') repeat-x left top;
    font-weight:bold;
    color:#FFFFFF;
    clear:both;
}
div#menu {
    display:block;
    margin-bottom:20px;
}

#menurow {
    display: block;
    width: 100%;
    height: 15px;
    margin: 2px 0px;
    padding: 0px;
}

#menurowleft, #menurowleft_active {
    background: url(img/menu_fill.gif) repeat-x top left;
    width: 90%;
    height: 15px;
    float: left;
    padding: 0px;
    margin: 0px;
}

#menurowleft_active {
    background: url(img/menu_active_fill.gif) repeat-x top left;
}

#menurowright, #menurowright_active {
    background: url(img/menu_corner.gif) 0 0 no-repeat;
    width: 9%;
    height: 15px;
    float: left;
    padding: 0px;
    margin: 0px;
}

#menurowright_active {
    background: url(img/menu_active_corner.gif) 0 0 no-repeat;
}

div#menu_large {
    display:block;
    margin-bottom:25px;
    margin-left:-20px;
}

div#menu_iphone {
    display:block;
    margin-bottom:25px;
    margin-left:-15px;
}

div#menubutton {
    float:left;
    margin:20px 0px 0px 20px;
}

#gameblock {
    margin-bottom:30px;
}

#gamepic {
    float:left;
    margin:0px 20px 10px 0px;
    padding:0px;
}

#adblock {
	text-align:center;
	margin:10px -20px 30px -20px;
	padding:0px;
}

#adborder {
	width:100%;
	height:10px;
	margin:0px;
	padding:0px;
	background:url('img/adborder.jpg') no-repeat top center;
}

#adcontainer {
	text-align:center;
	color:#A00A0A;
	margin:0px;
	padding:5px 0px;
	width:100%;
	overflow:hidden!important;
}