#header {
    height: 60px;
    width: 100%;
    min-width: 915px;
    background-color: white;
    border-bottom: 2px solid #ddd;
    top: 0;
    position: fixed;
    z-index: 1;
} #header>* {
    display: inline-block;
    margin-left: 12%;
} #title-wrap {
    float: left;
    margin-top: 5px;
	text-align: center;
} #title-wrap>a {
	text-decoration: none;
} #title-wrap>a>h1 {
    font-size: 2em;
	color: #222;
	margin-bottom: 0px;
} #title-wrap>a>span {
	color: #444;
	font-style: italic;
} #navbar {
    float: right;
    margin-right: 12%;
    margin-top: 20px;
} #navbar>a {
    margin: 0px 10px;
    font-size: 1.2em;
    text-decoration: none;
    color: #1c1c1c; 
} #navbar>a:hover {
    color: black;
}

#footer {
    height: 30px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #222;
    color: white;
    text-align: center;
    line-height: 28px;
}