@charset "UTF-8";
/* CSS Document */

#frame {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/dearlybeloved.jpg);
	background-repeat: no-repeat;
	height: 647px;
}
#facebook {
	height: 66px;
	width: 61px;
}
#myspace {
	height: 66px;
	width: 61px;
}
.social {
	padding-top: 10px;
	padding-left: 10px;
}
body {
	background-color: #000;
}
a img {height: 61px; width: 66px; border-width: 0;}
a#facebook img {
	background-image: url(/images/facebook-off.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#myspace img {
	background-image: url(/images/myspace-off.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a#facebook:hover img {
	background-image: url(/images/facebook-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#myspace:hover img {
	background-image: url(/images/myspace-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
