﻿
a
{
    text-decoration: none;
}

.default_rightmenu
{
    right: 20px;
    top: 80px;
    position: absolute;
}

.default_leftmenu
{
    left: 20px;
    top: 85px;
    position: absolute;
}

.default_leftmenu, .default_rightmenu
{
    width: 120px;
    height: 320px;
    padding: 15px;
}

    .default_leftmenu a, .default_rightmenu a
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #006699;
        display: block;
        font-weight: 700;
        margin: 5px;
    }

        .default_leftmenu a:hover, .default_rightmenu a:hover
        {
            color: #0099CC;
        }

.default_header
{
    width: 100%;
    height: 215px;
    text-align: center;
    position: absolute;
    top: 0;
    background-color: transparent;
}

.control_nav
{
    height: 100px;
    width: 100px;
    position: absolute;
    right: 25px;
    top: 80px;
    z-index: 1000;
    text-align: right;
}

.continue_btn
{
    width: 170px;
    height: 50px;
    background-color: transparent;
    border: none;
}

.default_content
{
    width: 100%;
    height: auto;
    position: absolute;
    top: 140px;
    z-index: 800;
}

.centerImage
{
    position: relative;
    top: 230px;
    vertical-align: middle;
    text-align: center;
}
