﻿/* CSS layout */
body
{
    margin: 0;
    padding: 0;
    background-image: url('LauraPlaceholder.jpg');
    background-color: #000000;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
#container
{
    min-width: 600px;
}
#left_col
{
    float: left;
    width: 200px;
}
#right_col
{
    float: right;
    width: 200px;
}
#page_content
{
    font-size: 12px;
    margin-right: 200px;
    margin-left: 200px;
}

#blog_link
{
    margin-top: 110px;
    margin-left: 400px;
    color: White;
}

#blog_link a
{
    color: White;
}

#Footer
{
    color: white;
    position: fixed;
    top: 685px;
    left: 0px;
    width: 1024px;
    font-size: 12px;
}

#Footer a
{
    color: white;
}

