body {
	margin: 0;
	padding: 0;
	background-color: #1b1b1b;
}

img a {
	border: 0;
}

#frame {
	width: 960px;
	margin: 36px auto;
}

#frame h1 {
	background: url(/images/landing_page/header_morrisonfilm.jpg) no-repeat top left;
	width: 380px;
	height: 78px;
	overflow: hidden;
	text-indent: -9999px;
}

/* @group Nav */

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	display: block;
	width: 380px;
	overflow: hidden;
	text-indent: -9999px;
}

ul#nav a#nav_blog { background: url(/images/landing_page/menu_blog.jpg) no-repeat top left; width: 380px; height: 39px; }
ul#nav a#nav_twitter { background: url(/images/landing_page/menu_twitter.jpg) no-repeat top left; width: 380px; height: 38px; }
ul#nav a#nav_flickr { background: url(/images/landing_page/menu_flickr.jpg) no-repeat top left; width: 380px; height: 37px; }

#links {
	margin-top: 40px;
}
/* @end */

/* @group Content Links */

a#fnsl,
a#mrtv_shirts,
a#mrtv,
a#contact {
display: block;
float: left;
overflow: hidden;
text-indent: -9999px;
margin-bottom: 20px;
}

a#fnsl {
width: 620px;
height: 142px;
margin-right: 20px;
background: url(/images/landing_page/button_fnsl.jpg) no-repeat top left;
}

a#mrtv_shirts {
width: 300px;
height: 142px;
background: url(/images/landing_page/button_mrtv-shirts.jpg) no-repeat top left;
}

a#mrtv {
width: 460px;
height: 142px;
margin-right: 20px;
background: url(/images/landing_page/button_mrtv.jpg) no-repeat top left;
}

a#contact {
width: 460px;
height: 142px;
background: url(/images/landing_page/button_contact.jpg) no-repeat top left;
}

