﻿html, body
{
    height: 95%;
}

img
{
    border: none;
}

#centered
{
    width: 768px;
    height: 384px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 52%;
    margin-left: -384px; /* Half the width of the DIV tag which is 50 pixels */
    margin-top: -192px; /* Half the height of the DIV tag which is also 50 pixels */
}

/* start static page elements */

.saraben
{
    display: block;
    width: 325px;
    height: 43px;
    background: url(images/static/saraben.jpg) no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
}

.contact
{
    display: block;
    width: 12px;
    height: 196px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.nav
{
    display: block;
    width: 14px;
    height: 36px;
    background-color: #fff;
    top: 0;
    right: 0;
    position: absolute;
}

.nav_forward
{
    display: block;
    width: 14px;
    height: 18px;
}

.nav_reverse
{
    display: block;
    width: 14px;
    height: 18px;
    margin-top: -3px;
}

/* start dynamic page elements */

.artwork
{
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    width: 740px;
    height: 384px;
    text-align: center;
}

