
body {
	background-color: #272823;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
#wrapper {
	padding-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 453px;
}
#reintroIMG{
	padding-bottom: 10px;
	float: left;
	background-repeat: no-repeat;
	height: 488px;
	width: 453px;
	background-image: url(images/jake.jpg);
	
}

.reintro {
	padding-bottom: 20px;
	text-indent: -9999px;
}

a.reintro {
	float: left;
	height: 75px;
	width: 453px;
	background-repeat: no-repeat;
	background-image: url(images/reintro.png);
}
a:hover.reintro {
	height: 75px;
	width: 453px;
	background-repeat: no-repeat;
	background-image: url(images/reintro_hover.png);
}


#links {
	padding-top: 20px;
	width: 453px;
	text-indent: -9999px;
}

a.myspace {
	margin-left: 20px;
	padding-right: 7px;
	float: left;
	height: 21px;
	width: 75px;
	background-repeat: no-repeat;
	background-image: url(images/myspace.png);
}
a:hover.myspace {
	padding-right: 7px;
	float: left;
	height: 21px;
	width: 75px;
	background-repeat: no-repeat;
	background-image: url(images/myspace_hover.png);
}
a.facebook {
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	height: 15px;
	width: 75px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
}
a:hover.facebook {
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	height: 15px;
	width: 75px;
	background-image: url(images/facebook_hover.png);
	background-repeat: no-repeat;
}
a.twitter {
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	height: 15px;
	width: 75px;
	background-repeat: no-repeat;
	background-image: url(images/twitter.png);
}
a:hover.twitter {
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	height: 15px;
	width: 75px;
	background-repeat: no-repeat;
	background-image: url(images/twitter_hover.png);
}
a.youtube {
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	background-repeat: no-repeat;
	height: 38px;
	width: 75px;
	background-image: url(images/youtube.png);
}
a:hover.youtube {
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	background-repeat: no-repeat;
	height: 38px;
	width: 75px;
	background-image: url(images/youtube_hover.png);
}
a.itunes {
	padding-left: 7px;
	float: left;
	height: 22px;
	width: 75px;
	background-repeat: no-repeat;
	background-image: url(images/itunes.png);
}
a:hover.itunes {
	padding-left: 7px;
	float: left;
	height: 22px;
	width: 75px;
	background-repeat: no-repeat;
	background-image: url(images/itunes_hover.png);
}
