body {
color: #eee;
background-color: #000;
font-family: Arial;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
}

a {
color: #ffdc00;
text-decoration: none;
}

a:visited {
color: #f70;
}

a:hover{
background-color: #ffdc00;
color: #000;
}

img {
border: 0;
}

/* H1 + Icons */

#gamepage {
margin-top: 0px;
}

.strip {
color: white;
background-color: #222; 
border: 1px solid #555;
border-left: none;
border-right: none;
height: 45px;
text-transform: uppercase;
font-size: 90%;
}

#gamepage h1 {
display: inline;
font-size: 100%;
text-transform: uppercase;
height: 45px;
}

.strip img {
margin: 0px;
padding: 0px;
vertical-align: middle;
}

.game {
margin-top: 5px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

.wrapper {
text-align: center;
}

.advertisement {
margin-top: 5px; 
margin-bottom: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#gamepage h2 {
display: inline;
font-size: 90%;
text-transform: uppercase;
}

#gamepage p {
display: inline;
}

#gamepage .wrapper .game p { 
display: block;
}


.footer {
margin-top: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: #222;
border: 1px solid #555;
border-left: none;
border-right: none;
padding: 5px;
}

.counters {
display: inline;
}

