html {
	background: #333 url('../images/bg/press_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0 0 10px -3px;
}

h3 a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

h3 a:hover {
	background-color: #f5e925;
	color: #000;
}

h4 { 
	font-size: 1.2em;
	text-transform: uppercase;
}

h4 span {
	font-weight: normal;
}

a.press {
	display: inline-block;
	color: #fff;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 5px;
}

a.press:hover {
	background-color: #ff0;
	color: #000;
}

ul#picgrid {
	padding: 0 4px;
	margin: 15px 0 20px -10px;
}

#picgrid li {
	float: left;
	padding: 5px 8px;
}

#picgrid img {
	width: 150px;
}