@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image:url(filmstock.jpg);
	background-position: 940px 0px;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
}

:link img { border: none;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	text-decoration:none;
}

a#youtube:link, a#youtube:active, a#youtube:visited {
		display: block;
		width: 135px;
		height: 75px;
		background-image: url(youtubeicon.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	a#youtube:hover {
		background-position: -135px;
	}

a#facebook:link, a#facebook:active, a#facebook:visited {
		display: block;
		width: 200px;
		height: 75px;
		background-image: url(facebookicon.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	a#facebook:hover {
		background-position: -200px;
	}

a#twitter:link, a#twitter:active, a#twitter:visited {
		display: block;
		width: 157px;
		height: 75px;
		background-image: url(twittericon.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	a#twitter:hover {
		background-position: -157px;
	}
