@charset "utf-8";
/* CSS Document */

html, body {
	margin:				auto;
	overflow:			hidden;
}

#content {
	width:				1600px;
	height:				1200px;
	position:			absolute;
	left:				50%;
	margin-left:		-800px;
	top:				50%;
	margin-top:			-585px;
	background-image:	url(../images/page.jpg);
}

#text {
	width:				700px;
	height:				484px;
	position:			absolute;
	left:				50%;
	margin-left:		-350px;
	top:				50%;
	margin-top:			-239px;
	text-align:			justify;
}

#baseline {
	width:				700px;
	position:			absolute;
	left:				50%;
	margin-left:		-350px;
	top:				50%;
	margin-top:			245px;
}

#background {
	width:				100%;
	height:				5000px;
	position:			absolute;
	top:				50%;
	margin-top:			-2484px;
	background-image:	url(../images/background.jpg);
}

#navigation {
	width:				770px;
	height:				32px;
	position:			absolute;
	left:				50%;
	margin-left:		-386px;
	top:				50%;
	margin-top:			-272px;
	text-align:			justify;
}

.gradient1 h1 {
	position:			relative;
	margin:				30px 0 50px;
	color:				#464646;
	font-size:			13px;
}

.gradient1 h1 span {
	background:			url(../images/gradient-white.png) repeat-x;
	background-position:bottom;
	position:			absolute;
	display:			block;
	width:				100%;
	height:				31px;
}