/**
 *   Page structure
*/
body{
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
}

#header{
    height: 104px;
}

#content{ 
    background-color: white;
    margin: 5px;
    width: 950px;
    color: #666;
    min-height: 600px;
    display: table;
}

#footer{
    height: 39px;
}

/**
 * header.
*/
#header-content{
    border-top: 6px black solid;
    display: table;
    width: 990px;
    margin: auto;
}
#header-content span{
	font-size: 20px;
}

/*
 * Footer
*/
#footer-content{
    width: 990px;
    margin: auto;
    height: 39px;
    border-bottom: 6px black solid;

}
