﻿@import url(styles.css);

body
{
    margin:0;
    padding:0;
    text-align: center;
}

.wrapper
{
    width: 730px;    
    margin:5px auto;
    position:relative;
    text-align:left;
}

#Header
{   
    clear:both;
    top:0;
    left:0;
    height: 185px;
    position:absolute;
    width: 100%; 
    overflow:hidden;   
}

#Header .pump
{
    position: absolute;
    left: 10px;
    top: 90px;
}
#Header .cooltip
{
    position: absolute;
    left: 104px;
    top: 140px;
}
#Header .analytical
{
    position: absolute;
    left: 440px;
    top: 92px;
}
#Header .main
{
    position: absolute;
    left: 410px;
    top: 140px;
}

#Content
{
    float: left;
    margin-top: 185px;
    position: relative;
    padding: 4px 10px;    
}

#Content img
{
    margin:3px;
}

#Footer
{
    clear:both;
    margin-top:10px;
}