* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/ericmitz.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 1300px;
}

#rbox {
	width: 500px;
	height: 700px;
	margin-left: 625px;
	margin-top: 20px;	
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 48px;
}

