﻿  
#page
{
	border: 20px #F3F3F3;
	min-height:100%;
}

#headercontainer
{
    position:relative;
    height:82px;
    /* border:1px solid #0000ff;v
    width: 100%;
}
#logo
{
    position:absolute;
    width:200px;
    height:81px;
    /* border:1px solid #000; */
    top:0;
    left:0;
}
#title 
{
    position:absolute;
    /*background:#fff;*/
    margin-left: 0px;
    margin-right:0px;
    top:0;
    right:0;
    /* border:1px solid #FF0000; */
    float:right;
    height:60px;
    padding-top:20px;
}
#bluetitle
{
    clear:both;
}
#maincontent
{
    clear:both;
}
#footer
{
    margin-top:40px;
    position;absolute;
    bottom:0px;
}
#intro
{
    width:800px;
}