html, body
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #ccddff;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#page
{
    width: 790px;
    /* height = 6 x (height of background-image) */
    height: 456px;
    position: absolute;
    /* margin-left = -((width / 2) - border(left/right)) */
    margin-left: -400px;
    left: 50%;
    /* margin-top = -((height / 2) - border(top/bottom)) */
    margin-top: -223px;
    top: 50%;
    background-color: #000000;
    background-image: url(http://www.scoobapro.de/templates/scoobapro/images/filmstreifen.jpg);
}

#board1
{
    width: 790px;
    /* height = 4 x (height of background-image of #page) */
    height: 304px;
    position: relative;
    /* top = 1 x (height of background-image of #page) */
    top: 76px;
    background-color: #000000;
}

#board2
{
    /* width of #board - (2 x left) (to get a border of left px) */
    width: 780px;
    /* height of #board - (2 x top) (to get a border of top px) */
    height: 294px;
    position: relative;
    top: 5px;
    left: 5px;
    background-color: #6699cc;
}

#board3
{
    /* width of #board2 - (2 x left) (to get a border of left px) */
    width: 778px;
    /* height of #board2 - (2 x top) (to get a border of top px) */
    height: 292px;
    position: relative;
    top: 1px;
    left: 1px;
    background-color: #336699;
}

#logo_area
{
    width: 478px;
    height: 292px;
    position: relative;
    top: 100px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    float: left;
}

#logo_area img
{
    border: 0;
	margin-bottom: 10px;
}

#logo_area a:link, #logo_area a:visited
{
    text-decoration: none;
    color: #77aadd;
    font-size: 10px;
    font-weight: bold;
	letter-spacing: 5px;
	outline: none;
}

#logo_area a:hover
{
    color: #ffffff;
    font-weight: bold;
}

#description_area
{
    width: 289px;
    height: 292px;
    float: right;
    border-left: 1px solid #6699cc;
}

.description_block_first
{
    margin-top: 30px;
    padding-left: 10px;
}

.description_block
{
    margin-top: 15px;
    padding-left: 10px;
}

.description_title
{
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 5px;
}

.description_text
{
    color: #99ccff;
    font-size: 12px;
    letter-spacing: 1px;
}

#last_updated_block
{
    width: 289px;
    height: 25px;
    background-color: #4477aa;
    position: relative;
    top: 56px;
    text-align: center;
}

#last_updated_text
{
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #99ccff;
}
