body
{
    background: #484859; 
}

#outerDiv
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -136px;
}
#innerDiv
{
    width: 272px;
}
#logo
{
    background-image: url("images/title2.png");
    height: 45px;
    width: 272px;
    position: relative;
    clear: both;
    margin-bottom: 5px;
}
#logo:hover
{
    background-image: url("images/title3.png");
    height: 45px;
    width: 272px;
    position: relative;
    clear: both;
    margin-bottom: 5px;
}
#about
{   
    position: absolute;
    right: 5px;
    bottom: 5px;
}
img.about
{
    border: 0px;
}
div.contactShadow
{
    position: relative;
    float: right;
    margin: 0px;
    clear: both;
    border: 0px;
    width: 100px;
}
img.contactShadow
{
    margin: 0px;
    border: 0px;
}


