@font-face
{
    font-family: minecraftia;
    src: url("font/minecraftia.ttf");
}

body
{
    margin: 0px;
    font-family: minecraftia;
}

div.top
{
    width:100%;
    height: 460px;
    background-image:url("img/head.png");
}

img.guide
{
    width: 100%;
}

div.guide
{
    width:100%;
}

div.guidetext
{
    margin-left:5px;
    margin-right:5px;
    margin-bottom:15px;
}

#divGuideLeft, #divGuideBack, #divGuideRight
{
    display: none;
}

#guideContainer
{
    overflow: hidden;
    position: relative;
}

.vcenter
{
    margin-top: auto;
    margin-bottom: auto;
}

.stroked
{
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

#leftButton, #rightButton
{
    background-color: rgba(0,0,0,0);
    font-size: 64px;
    line-height:100%;
    width: 20%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

#leftButton:hover, #rightButton:hover
{
    background-color: rgba(0,0,0,0.3);
}

#leftButton
{
    padding-left:10px;
    left:0px;
}

#rightButton
{
    text-align:right;
    right: 0px;
}
