@import url('reset.css');
html, body { height:100%; }
body { margin:0; padding:0; overflow:hidden; font-family:Arial, Helvetica, sans-serif; font-size:62.5%; }
#alternative {
	background:url(alternative/bg.jpg) center top no-repeat;
}
#header {
	width:960px;
	margin:0 auto;
	padding:14px 0 0 0;
	position:relative;
}
#header h1 {
	text-indent:-9999px;
	background:url(alternative/broderickslogo.jpg) left top no-repeat;
	width:156px;
	height:45px;
}
#header a {
	text-decoration:none;
}
#header a#twitterLink {
	position:absolute;
	top:22px;
	right:80px;
	background:url(alternative/twitter.gif) left top no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	display:block;
}
#header a#facebookLink {
	position:absolute;
	top:22px;
	right:40px;
	background:url(alternative/facebook.gif) left top no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	display:block;
}
#header a#youtubeLink {
	position:absolute;
	top:22px;
	right:0px;
	background:url(alternative/youtube.gif) left top no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	display:block;
}
#header p {
	color:#FFFFFF;
	position:absolute;
	top:14px;
	left:200px;
	line-height:1.2em;
	font-size:1.2em;
	font-weight:bold;
	width:400px;
}
#header p a {
	color:#FFA800;
}
#content {
	width:960px;
	margin:0 auto;
	padding:30px 0 0 0;
	
}
#content a:link,
#content a:visited {
	color:#333333;
	text-decoration:underline;
}
#content a:hover,
#content a:active {
	color:#666666;
	text-decoration:none;
}
#content p,
#content h3 {
	font-size:1.1em;
	line-height:1.2em;
	margin:0 0 5px 0;
}
#left,
#right {
	width:460px;
	float:left;
	padding:0 20px 0 0;
}
#right {
	background:url(alternative/brother.jpg) right bottom no-repeat;
	padding:0 0 40px 0;
}