.header-bar {
    background-image: url('../../images/simpleprints/header-bar-strip.png');
    background-repeat: repeat-x;
    height: 107px;
    width: 100%;
}

.header-bar .logo {
    background-color: white;
    background-image: url('../../images/simpleprints/header-bar-logo.png');
    margin: 0 auto;
    height: 107px;
    width: 352px;
}

.footer-bar {
    font-weight: 300;
    text-align: center;
	font-size: 16px;
	line-height: 1em;
	margin-top: 60px;
    margin-left: 0;
	padding-bottom: 5px;
}

.footer-bar li {
	display: inline;
	margin: 0 0.5em;
}

.footer-bar li.copyright {
	color: #999;
}