body {
	background: #FFF url('bg.gif');
	width: 919px;
	margin: 0px auto;
}
.content {
	background: url('top.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	padding-top: 103px;
}
.subsur {	
	width: 327px;
	height: 154px;
	float: right;
}
.subscribe {
	width: 325px;
	height: 51px;
	position: relative;
	background: url('subscribe.gif');
}
.subscribe input {
	width: 236px;
	background: white;
	border-width: 0px;
	text-transform: uppercase;
	color: gray;
	outline: none;
	height: 20px;
	padding: 0px;
	margin: 0px;
	top: 31px;
	left: 4px;
	position: absolute;
}
.connect {
	height: 103px;
	background: url('connect.gif');
	position: relative;
}
.connect a.asubscribe {	
	width: 106px;
	height: 36px;
	display: block;
	left: 124px;
	position: absolute;
	text-indent: -10000px;
}
.connect a.twitter, .connect a.fb {	
	width: 25px;
	height: 25px;
	display: block;
	left: 63px;
	top: 9px;
	position: absolute;
	text-indent: -10000px;
	background: url('twitlink.gif');
}
.connect a.fb {
	left: 98px;
	background: url('fb_link.gif');
}
.connect a.fb:hover, .connect a.twitter:hover {
	background-position: 0 25px;
}
.connect a.asubscribe:hover {
	background: url('subscribebutton.gif');
}
h1 {
	width: 592px;
	height: 154px;
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
	
	background: url('logo.gif') no-repeat;
}
h2 {
	display:none;
}
blockquote {
	margin: 0px;
	padding: 0px;
	width: 919px;
	height: 166px;
	text-indent: -10000px;
	background: url('description.gif') no-repeat;
}
h3 {
	height: 52px;
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
	background: url('tagline.gif') no-repeat;
}
.footer {
	height: 231px;
	position: relative;
	background: url('footer.gif') no-repeat;
}
.footer a {
	left: 514px;
	width: 213px;
	height: 55px;
	text-indent: -10000px;
	display: block;
	position: absolute;
}
.footer a:hover {
	background-image: url('rebel_rollove.gif');
}