#simplefader {
	position: relative;
	width: 714px;
	height: 258px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#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 */

	/* 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;
}

#box {
width: 350px;
height: 150px;
padding: 20px;
border: solid 5px;
margin: 20px;
}

#box1 {
position: absolute;
left: 50px;
top: 30px;
width: 200px;
height: 200px;
border: solid 1px;
color: black;
background-color: #ffff99;
text-align: center;
}
 
