/*
** Game Heaven CSS file for the main page
*/

html{
        background: url(../images/portal/background/rotate.php) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

img{
        border-width:0px
}

#blauw a{
        text-decoration:none;
        color: blue;
        font-size: 11px
}

#geel a{
        text-decoration:none;
        color: #ffdd00;
        font-size: 11px
}

#rood a{
        text-decoration:none;
        color: red;
        font-size: 11px
}

#zwart a{
        text-decoration:none;
        color: black;
        font-size: 11px
}

#groen a{
        text-decoration:none;
        color: #33dd22;
        font-size: 11px
}

a:hover{
        border: none;
        text-decoration:underline
 }

#header{
        margin-left: auto;
	margin-right: auto;
        width: 590px;
        height: 160px;
        font-size: 11px;
        text-align: center;
        padding-top:40px;
        background-color:#cfd1d2;
        z-index: 2

}

#menu{
        margin-left: auto;
	margin-right: auto;
        width: 570px;
        font-size: 11px;
        padding: 10px;
        text-align: center;
        background-color:#ffffff;
        z-index: 2
}

#content{
        background-color:#ffffff;
	width: 510px;
        margin-left: auto;
	margin-right: auto;
        padding:40px;
        z-index: 2;
        font-family: helvetica, arial, sans-serif;
        font-size: 11px;
        line-height: 130%;
        text-align: justify
}

#footer{
        margin-left: auto;
        background-color:#ffffff;
	margin-right: auto;
        width: 510px;
        padding-left: 40px;
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 2px;
        z-index: 2;
        font-size: 10px;
        text-align: center;
        color: #cfd1d2
}

#footer a{
        text-decoration:none;
        color: #cfd1d2
}

#rood{
        color:red
}

#blauw{
        color: blue
}

#geel{
        color: #ffdd00
}

#groen{
        color: #33dd22
}
