body{
	margin:0px;
	padding:0px;}


#text{
	position:relative;
	float:left;
	width:340px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-right:20px;
	text-align:justify;}


#simplefader {
	position: relative;
	float:left;
	width: 318px;
	height: 480px;
}
#simplefader .screen {
	/*border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;*/
	z-index: 10; /* Change this value if you have conflicts with other layers */
		background-repeat:no-repeat;


	/* Do not change the following values */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#simplefader #simplefadercontrols {
	/* Position of controls */
	right: 10px;
	bottom: 10px;
	z-index: 11;
	
	/* Do not change the following values */
	position: absolute;
}
#simplefader #simplefadercontrols a {
	text-align:center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;

	/* Do not change the following values */
	width:24px;
	height:24px;
	line-height: 24px;
	float:left;
	background-image: url('fader-nav.png');
	background-position: 0px 0px;
}
#simplefader #simplefadercontrols a.playresume {
	/* Do not change the following values */
	background-image: url('fader-ctrl.png');
}

#simplefader #simplefadercontrols a.fadernavon {
	/* Do not change the following values */
	background-position: 0px -24px;
}