﻿body {
}

#pagecontainer
{
    border: 1px solid #000000;
    width: 800px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -410px;
    margin-top: 15px;
    overflow: hidden;
    
}

#logo
{
    width: 780px;
    height: 241px;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
   
}

#content
{
    width: 200px;
    height: auto;
    margin-left:10px;
    margin-top:50px;
}
