@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC);

body, html {
	margin: 0;
	padding: 0;
	font-family: 'IM Fell DW Pica SC', Georgia, Times New Roman, serif;
}

#header {
	background: #2f2824 url(../images/bg-tile.jpg) bottom left repeat;
}

html {
	background: #d3d1cd;
}

h1, h2, h3, p, li { margin:0; padding:0; }

h1, p {
text-align:left;
color: #2f2925;
}

a {
	text-decoration: none;
	color: #2f2925;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

h1 {
font-size:30px;
font-weight:400;
line-height:30px;
} 

p {
font-size:60px;
letter-spacing:-1px;
line-height:69px;
}

#container {
background:url(../images/guy.png) bottom left no-repeat;
height: 500px;
padding: 25px 0 0 450px;
}

#text {
	width: 542px;
	padding-top: 25px;
}

#matte {
background:url(../images/matte.png) top no-repeat;
height:358px;
}

#matte p {
text-align:center;
padding:75px 40px 0;
}

#matte p a:hover {
	text-decoration: none;
}

#matte-nav {
	height: 15px;
}

#matte-nav a {
	display: block;
	width: 100px;
	height: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0;
	color: #d3d1cd;
	text-shadow: #000 0 1px 0;
	text-transform: uppercase;
	text-decoration: none;
}

#matte-nav a:hover {
	color: #fff;
}

#matte-nav a:active {
	color: #d3ddf2;
}

#matte-nav a#prev {
	float: left;
	margin-left: 2px;
}

#matte-nav a#next {
	float: right;
	text-align: right;
}

#footer {
	border-top: 3px double #000;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}


