body {
	height: 100%;
	margin: 0;
	background: #000000 url(images/bg.jpg) top left no-repeat;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
}

body img {
	border: none;
}

body a {
	color: #ffff00;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	height: 200px;
}

#menu {
	height: 50px;
	width: 760px;
	float: left;
}

#homeButton {
	display: inline-block;
	height: 50px;
	width: 75px;
	background: url(images/home.jpg) no-repeat 0 0;
}

#homeButton:hover {
	background-position: -75px 0;
}

#homeButton span {
	display: none;
}

#theFilmButton {
	display: inline-block;
	height: 50px;
	width: 105px;
	background: url(images/thefilm.jpg) no-repeat 0 0;
}

#theFilmButton:hover {
	background-position: -105px 0;
}

#theFilmButton span {
	display: none;
}

#theCrewButton {
	display: inline-block;
	height: 50px;
	width: 115px;
	background: url(images/thecrew.jpg) no-repeat 0 0;
}

#theCrewButton:hover {
	background-position: -115px 0;
}

#theCrewButton span {
	display: none;
}

#mediaButton {
	display: inline-block;
	height: 50px;
	width: 80px;
	background: url(images/media.jpg) no-repeat 0 0;
}

#mediaButton:hover {
	background-position: -80px 0;
}

#mediaButton span {
	display: none;
}

#buyButton {
	display: inline-block;
	height: 50px;
	width: 80px;
	background: url(images/buy.jpg) no-repeat 0 0;
}

#buyButton:hover {
	background-position: -80px 0;
}

#buyButton span {
	display: none;
}

#contactButton {
	display: inline-block;
	height: 50px;
	width: 105px;
	background: url(images/contact.jpg) no-repeat 0 0;
}

#contactButton:hover {
	background-position: -105px 0;
}

#contactButton span {
	display: none;
}

#mainContent h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 36px;
	letter-spacing: -3px;
	margin: 0;
}

#footer {
	background: url(images/footerbg.jpg) no-repeat bottom;
	height: 35px;
	margin-top: 10px;
	padding: 0 20px;
}

/*JUITTER PLUGIN CSS*/
#feeder .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#feeder .twittLI{list-style:none;background:#000000;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:80px;} 
#feeder .twittList A{color:#FFFF00;} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#feeder .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}
#feeder .JRM{float:right;clear:both;margin-top:0;font-size:10px;text-transform:uppercase;} /*read it on twitter link*/
#feeder .JRM A{color:#FFFFFF;} /*read it on twitter link*/
#feeder .extLink{} /*CSS for the external links*/
#feeder .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/

