#home {
  background-image: url("../images/home/background.jpg");
}

/* Menu */

.menu {
  position: absolute;
  left: 474px;
}

.menu > .photos {
  top: 600px;
}

/* Title Text */

.headline
{
	text-align: center;
	color: yellow;
	font-size: 72px;
	font-family: Impact, Charcoal, sans-serif;
	margin-top: 64px;
	text-indent: 0px;
	vertical-align: top;
	line-height: 100%;
	text-transform: none;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 16px;
	white-space: normal;
}

.byline-string
{
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 12px;
	text-indent: 0px;
	vertical-align: top;
	line-height: 100%;
	text-transform: none;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	white-space: normal;
}

@font-face {
ÊÊfont-family: 'Impact';
ÊÊfont-weight: normal;
ÊÊfont-style: normal;Ê
ÊÊsrc: url('../fonts/Impact.ttf') format("truetype");
}
