﻿/*
Emerging Pictures theme CSS file for pages that are children of a top-level page that has no custom CSS file of its own.
This file is used as a catchall to set a header graphic to be used on pages that otherwise wouldn't have one.
*/

div#header {
	background-image: url(img/ep-banner.gif);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
}
