html {
    width: 100%;
    height: 100%;
    background:#222222; 
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12pt;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

    /* width: 800px; */
#mainpage {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

img {
    border: 0px;
}

a {
    outline: none;
    color: #ffe400;
}

a:hover {
    color: #222222;
    background: #ffe400;
}


/* Main stuff */

#mainheader {
    padding: 0px;
    margin: 0px;
}

    /* width: 900px; */
#gamescontent {
    padding: 0px 0px 0px 60px;
    margin: 0px;
    float: left;
}

/* Title top */

#tam {
    padding:10px 0px 0px 0px;
    margin:0px auto;
}

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

    /* padding:100px 0px 50px 0px; */
#drops {
    position: absolute;
    left: 0px;
    top: 100px;
}

#soft {
    padding:0px 0px 0px 0px;
    margin:-10px 0px 0px 0px;
    float:left;
}

#twitter {
    padding:20px 10px 0px 0px;
    margin:0px;
    float:right;
}

#info {
    width:500px;
    text-align:justify;
    padding:0px 10px 5px 10px;
    margin: 20px auto;
    color: #ffe400;
    background: #b42b34;
}

#info p {
    padding:6px 0px 0px 0px;
    margin:0px;
}


/* gameheader1 is the game title bar with one line of text.
 * gameheader2 has two lines
 */
.gameheader1 {
    display:block; 
    position:relative; 
    text-align:center;
    text-decoration:none;
    font-weight: bold;
}

a.gameheader1:hover {
    background:#000000;
}

.gameheader1 span {
    top: 0px;
    width: 100%;
    position:absolute; 
    margin:15px 0px 0px 0px;
}

.gameheader2 {
    display:block; 
    position:relative; 
    text-align:center;
    text-decoration:none;
    font-weight: bold;
}

a.gameheader2:hover {
    background:#000000;
}

.gameheader2 span {
    top: 0px;
    width: 100%;
    position:absolute; 
    margin:5px 0px 0px 0px;
}

/* The games */

.gamegroup {
    text-align:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float:left;
}

.gamegroup a.roll {
    display:block; 
    position:relative; 
    background: #7ABCC0;
    text-decoration:none;
}

.gamegroup a.roll span {
    position:absolute; 
    left:-1000000px;
    color: #222222;
    top:0px;
}

.gamegroup a.roll:hover span {
    width: 242px; 
    left: 7px; 
    top: 0px; 

}

.gamegroup a.roll img {
    padding: 0px;
    margin: 0px;
}

.gamegroup a.roll .access {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

/* http://css-tricks.com/css-transparency-settings-for-all-broswers/ */
.gamegroup a.roll:hover img {
    opacity: .05;
    filter: alpha(opacity=05); 
    -moz-opacity: 0.05; 
    KhtmlOpacity: .05; 
}

.game {
    float:left;
    padding: 0px 30px 30px 0px;
    margin: 0px;
}

    /* text-align:center; */
.game h3 {
    left: 0px; 
    margin: 10px 0px 15px 0px;
    color: #f5f5f5;
}

.game span {
    left:0px; 
    padding: 0px 0px 0px 0px;
}

.
