body
{
    background-color: #000000;
}

.splash_container_box
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    width: 870px;
}

.splash_logo_box
{ 
    background-image: url('../images/splash_logo.jpg');
    background-repeat: no-repeat;

    width: 861px;
    height: 238px;
    position: relative;
    top: 0px;
    left: 0px;
}

.internal_container_box
{
    margin-left: auto;
    margin-right: 5%;
    width: 450px;
}

.internal_logo_box
{ 
    background-image: url('../images/internal_logo.jpg');
    background-repeat: no-repeat;

    width: 444px;
    height: 103px;
    position: relative;
    top: 0px;
    left: 0px;
}

.drawing
{
    position: absolute;
    top: -176px;
    left: 525px;
}

.logo_link
{
    position: absolute;
    border: none;
}

.current_logo_link
{
    border-bottom: 2px solid #8a0012;
}

.logo_button
{
    position: relative;
    top: 0px;
    left: 0px;
    border: none;
}

.logo_button:hover
{
    position: relative;
    top: -2px;
    lefT: -2px;

    /* Uncomment the following line to give the logo buttons a white border. */
    /* border: 2px solid #ffffff; */

    /* The following line gives the logo buttons a dark red border. */
    border: 2px solid #8a0012;
}

.internal_text_box
{
    width: 450px;
    height: 150px;
    position: absolute;
    top: 150px;
    left: 200px;

    border-color: #ffffff;
    border-style: dashed;
}

.standard_white_text
{
    color: #FFFFFF;
    font-family: 'Courier New';
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-weight: 300;
}

.centered_text_box
{
    margin-left: auto;
    margin-right: auto;
}

.vertically_centered_content
{
    display: table-cell;
    vertical-align: middle;
}
