@font-face {
			font-family: 'DINNextRoundedLTProRegular';
			src: url('http://seanklassen.com/2010/dinnextroundedltpro-regular-webfont.eot');
			src: local('?'), url('http://seanklassen.com/2010/dinnextroundedltpro-regular-webfont.woff') format('woff'), url('http://seanklassen.com/2010/dinnextroundedltpro-regular-webfont.ttf') format('truetype'), url('http://seanklassen.com/2010/dinnextroundedltpro-regular-webfont.svg#webfontc1SSsfuh') format('svg');
			font-weight: normal;
			font-style: normal;
		}

body {
	width: 100%;
	background: url(bg.png) no-repeat;
	text-align: center;
	margin: 0px auto;
	font-family: Georgia, sans-serif;
}

#container {
	width: 900px;
	margin: 200px auto 0px;
	text-align: center;
}

#left {
	width: 400px;
	float: left;
}

#right {
	width: 412px;
	height: 396px;
	float: right;
	text-align: left;
}

#text {
	width: 400px;
	float: left;
}

#button {
	width: 305px;
	padding-left: 30px;
	padding-top: 30px;
	float: left;
}

.mainText {
	font-size: 15px;
	color: #000;
	line-height: 19px;
}

img {
	border: 0px;
}

a:link {
	color: #930;
	text-decoration: none;
}

a:hover, .mainText a:hover {
	color: #000;
}

a:visited {
	color: #930;
}

a:active {
	color:#930;
}

#prev-btn {
	position: fixed;
	top: 25px;
	left: 25px;
	color: #959595;
	background-color: #f1f1ef;
	padding: 3px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 11px;
}

#next-btn {
	font-family: 'DINNextRoundedLTProRegular', Helvetica, Arial, sans-serif;
	position: fixed;
	top: 25px;
	left: 25px;
	color: #959595;
	background-color: #f1f1ef;
	padding: 6px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 12px;
}

#next-btn a {
	color: #959595;
	text-decoration: none;
}

#next-btn a:hover {
	color: #252525;
}
