body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color:#000000;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
}
#content {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-388px;
	margin-top:-300px;
	width: 776px;
	height: 600px;
	border:1px solid white;
}


.pagepos {
	position:absolute;
	left:0px;
	top: 0px;
	width: 776px;
	height: 600px;
	background-position:left top;
	background-repeat:no-repeat;
}

#page0 {

}

#page1 {
	background: url(img/background1.jpg);
}

#page2 {
	background: url(img/background2.jpg);
}

#page3 {
	background: url(img/background3.jpg);
}

#page4 {
	background: url(img/background4.jpg);
}

#page5 {
	background: url(img/background5.jpg);
}

.txtfield {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 150%;
	margin:15px;
	color:white;
	position:absolute;
	left:0px;
	top: 0px;
	width: 357px;
	height: 570px;
	background-color:black;
}

.txtbody {
	clear:both;
}

.txtbody a {
	color: white;
}

.txtbody a:hover {
	color:#FF3333;
}

.head {
	font-size: 24px;
	color:black;
	background-color:white;
	padding:8px;
	left:0px;
	right:0px;
	font-weight:bold;

	text-transform: uppercase;
	margin-bottom:8px;
}

.navi {
	margin-top:25px;
	margin-bottom:8px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.navi a {
	color:white;
	padding: 5px;
}

.navi a:hover {
	color:black;
	background-color:white;
	padding: 5px;
}

#footer {
	position:absolute;
	width:99%;
	bottom:0px;
	color:#DDD;
	font-size:12px;
	text-align:right;
	font-style:normal;
	margin:3px;
	margin-bottom:10px;
	margin-right:16px;
	
}

.ptlink {
	color:#000;background-color:#fff;
	font-weight:bold;
}

.ptlink:hover {
	color:#f33;
	background-color:#aaa;
}