﻿body
{
}

#page
{
    background-color:#D1E5FC;
}

#footer
{
    margin-top:-100px;
	height:99px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	
}

#footerContent
{
    padding:30px;
}

#content
{
    padding:0px 20px 100px 20px;
}

/*header*/
#header
{
    height:100px;
    margin-bottom:10px;
}

#header li
{
    float:left;
    display:block;
    width:150px;
    height:100px;
    margin:0px 10px;
    cursor:hand;
    cursor:pointer;
}

