/*
    Document   : header
    Created on : Nov 4, 2011, 11:58:39 PM
    Author     : Steve Staples <thestapler.ca@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.header
{
	z-index: 100;
    display: block;
	position: fixed;
	top: 0;
	background-color: black;
	color: white;
	width: 100%;
	min-height: 75px;
	height: 75px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}
