*,html {
		margin:0px;
		padding:0px;
	}
	body {
		background-color:#000000;
		padding:0px;
		margin:0px;
	}
	img{
		border:0px;
	}
	#seite{
		background:#000 url(../img/AzadFin/bg.jpg) no-repeat;
		position:absolute;
		width:720px;
		height:668px;
		left:50%;
		margin-left:-400px;
	} 
	#content{
		width:720px;
		height:668px;
	}
	#holder{position:absolute; top:250px;}
	
	#text{
		font:Georgia, "Times New Roman", Times, serif;
		position:absolute;
		width:429px;
		height:329px;
		left:216px;
		top:250px;
		color:#ccc;
		padding-right:220px;
		overflow:auto;
	}
	#footer{ 	
		float:left;
		width:720px;
		height:25px;
		margin-top:-30px;
	}
	#pic{background:#000 url(../img/AzadFin/enter.gif) no-repeat; height:30px; width:720px;}
	#pic:hover{background:#000 url(../img/AzadFin/enter_hover.gif) no-repeat; height:30px; width:720px;}
	.small{font-size:10px}
	p{padding-top:12px;}
	#endtext{font-size:11px}

/*Scrollpane*/
.jScrollPaneContainer {
	position:relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #6C6658;
}
.jScrollPaneDrag {
	position: absolute;
	background: #333 url(../img/AzadFin/track.gif) no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	position: absolute;
	background: #333 url(../img/AzadFin/track_hover.gif) no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}