body
{
background-color: #ffffff;
color: #000000;//#4e4e4e;
font: Bold 1em Century Gothic, serif;
min-width : 480px;
background-repeat:no-repeat;
background-size:100% 100%;
}

::selection
{
background-color:#95CAE4;
}

::-moz-selection
{
background-color:#95CAE4;
}

heading
{
font-size: 5em;
color : #000000;
}

img
{
vertical-align:middle;
}

subheading
{
font-size:2em;
color : #000000;
}

game
{
font-size : 2.5em;
}

text
{
font-size : 1.5em;
}

.spacer{
margin-bottom:1em;
}


a
{
text-decoration:none;
color:inherit;
}

backimg
{
position : fixed;
top:0;
left:0;
z-index: -1;
opacity:0.95;
background-repeat:no-repeat;
background-size:100% 100%;
}

centered
{
position:absolute;
left:0;
right:0;
line-height:200%;
margin-left:auto;
margin-right:auto;
text-align: center;
max-width:3840px;

}