/* CSS Document */

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

a {text-decoration:none;}

#content {
	width:1000px;
	margin: 0 auto;
}

#matt {
	display:block;
	position:relative;
	left:50%;
	top:-33px;
	margin-left:32px;
	width: 148px;
	height:23px;
	background:url(../images/spacer.gif) repeat; /* IE is broken */
}

#tim {
	display:block;
	position:relative;
	left:50%;
	top:-58px;
	margin-left:184px;
	width: 148px;
	height:23px;
	background:url(../images/spacer.gif) repeat; /* IE is broken */
}
