@charset "utf-8";
/* CSS */
@import "reset.css";

html {
padding-left:1px;
}

body{
	text-align:center;
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	background-position:center 10px;
	background-color:#3a3d3d;
	margin-left:1px;
}
html>body {margin:0}

#wrapper{
	width:882px;
	height:601px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/back_inner.jpg);
	background-repeat:no-repeat;
	margin-top:48px;
	position:relative;
}



#gallery{
	position:absolute;
	width:198px;
	height:151px;
	top:150px;
	left:0px;
}
#join_my_band_the_film{
	position:absolute;
	width:220px;
	height:160px;
	top:0px;
	left:346px;	
}
#the_team{
	position:absolute;
	width:188px;
	height:125px;
	top:210px;
	right:34px;
}
#the_cast{
	position:absolute;
	width:193px;
	height:157px;
	top:242px;
	right:361px;
}
#contact{
	position:absolute;
	width:171px;
	height:112px;
	right:0px;
	top:489px;
}
#donate{
	position:absolute;
	width:187px;
	height:150px;
	top:433px;
	left:168px;
}
#gallery a, #join_my_band_the_film a, #the_team a, #contact a, #donate a, #facebook a, #the_cast a, #press a ,#lashortsfest a, #lsff a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
}
#gallery a{background-image:url(images/gallery.jpg)}
#gallery a:hover {background-position:0px 151px;}
#join_my_band_the_film a{background-image:url(images/join_my_band.jpg)}
#join_my_band_the_film a:hover {background-position:0px 160px;}
#the_team a{background-image:url(images/the_team.jpg)}
#the_team a:hover {background-position:0px 125px;}
#contact a{background-image:url(images/contact.jpg)}
#contact a:hover {background-position:0px 112px;}
#donate a{background-image:url(images/donate.jpg)}
#donate a:hover {background-position:0px 150px;}
#the_cast a{background-image:url(images/cast.jpg)}
#the_cast a:hover {background-position:0px 157px;}

#press a{background-image:url(images/press.jpg)}
#press a:hover {background-position:0px 150px;}

#press{
	position:absolute;
	width:187px;
	height:150px;
	top:433px;
	left:168px;
}

#facebook{
	position:absolute;
	width:120px;
	height:37px;
	top:-23px;
	left:-47px;
	background-image:url(images/fb.gif);
	
}
#lashortsfest{
	position:absolute;
	width:62px;
	height:37px;
	top:-23px;
	left:95px;
	background-image:url(images/lashorts.gif);
	
}

#lsff{
	position:absolute;
	width:37px;
	height:37px;
	top:-23px;
	left:177px;
	background-image:url(images/lsff.png);
	
}
#music{
	width:147px;
	height:48px;
	position:absolute;
	top:-31px;
	right:-64px;
}

