	html {
		height:100%;
	}

	body {
		background-color: #dfdfdf;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #6f6f6f;
		line-height: 16px;
		height:100.01%;
		overflow:hidden;
	}

	* {
		margin: 0;
		padding: 0;
	}

	p {
		margin-bottom:10px;
	}

	a.splitpage-link-left {
	background: url(img/split_page_link_left.jpg) no-repeat right center;
	padding-right: 15px;
	color:#666;
	text-decoration:none;
	}

	a.splitpage-link-right {
	background: url(img/split_page_link_right.jpg) no-repeat left center;
	padding-left: 15px;
	color:#666;
	text-decoration:none;
	}

	img {
		border:0px;
	}

	#header {
		position:absolute;
		left:28px;
		top:23px;
	}

	#content_container {
		width:100%;
		text-align:center;
	}

	#flashSplitPage {
		width: 100%;
		height: 100%;
	}

	#content {
	  position:absolute;
	  height:300px;
	  width:480px;
	  margin:-240px 0px 0px -200px;
	  top: 50%;
	  left: 50%;
	  text-align: left;
	  padding: 0px;
	  background-image:url(img/line.gif);
	  background-position:center;
	  background-repeat:repeat-y;
	}

	ul.navigation {
		margin:0px;
		padding:0px;
	}

	ul.navigation li {
		list-style-type:none;
	}

	ul.navigation li a {
		display:block;
		text-decoration:none;
		color: #6f6f6f;
	}

	.right {
		background-image:url(img/arrow_right.gif);
		background-position:left 6px;
		background-repeat:no-repeat;
		padding-left:7px;
	}

	.left {
		background-image:url(img/arrow_left.gif);
		background-position:right 6px;
		background-repeat:no-repeat;
		padding-right:7px;
	}

	#footer {
		position:relative !important;
		width: 844px;
		height: 64px;
		margin: 0 auto;
		/* move #footer to its position ... */
		margin: 0 auto 0;
		background: transparent;
		padding-left: 24px;
		text-align:center;
	}

	#footer,#footer a {
		color:#666;
		text-decoration:none;
	}

	#footer_menu {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		list-style-position: none;
	}

	#footer_menu li {
		display: inline;
	}

	* #content_container {
		height:90%;
	    overflow:auto;
	}
