@import url('reset.css');
@import url('master.css');

body#home-theme {
	background: #333333 url(../images/bg.jpg) top center no-repeat;
}

#container {
	height: 650px;
}

#page-title {
	border: none;
	margin-top: 9px;
}

#page-title span {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	position: relative;
	top: -5px; left: 0;
	color: #666;
}