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

body {
	background-color:#272726;
	background-image:url('../images/robbiebruzus_bg_01.gif');
}

#wrapper {
	width:726px;
	height:218px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top:-130px;
	margin-left:-390px;
	/*allows us to see wrapper*/
	background-image:url('../images/robbiebruzus_bg_01.gif');
}

#title {
	background-image:url('../images/robbiebruzus_about_01.gif');
	height:218px;
	margin:0;
	padding:0;
	width:726px;
}

#title a, a:hover, a:active, a:link img  {
	border:0px;
	border-color:#343432;
}
d
