#times {
	background-image: url(../images/bg-gradient-times.png);
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
.masthead {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	margin-bottom: 1em;
	background-repeat: no-repeat;
}
#masthead-times {
	background-image: url(../images/logo-times.png);
	background-repeat: no-repeat;
	background-position: 0px;
	
	
}
.footer {
	width: 100%;
	margin-top: 1em;
	text-align: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 1em;
	color: #FFF;
	background-color: #f03f38;
}

.footer a {
	color: #FFF;
	text-decoration: underline;
}

.more {
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 82px;
	width: 13px;
	margin-right: 10px;
	margin-left: 10px;
}
#more-times {
	background-image: url(../images/icon-more-times.png);
}
