@charset "utf-8";
/* CSS Document */

#outsidewrapper	{
position:relative;
width:800px;
height:600px;
margin: 10px  auto;
}
#wrapper	{
	position: relative;
	width:  800px;
	height: 600px;
	
	z-index: 0;
	}
#back1	{

	position:relative;
	z-index: 0;
	}

#back2	{
	position: relative;
	width:181px;
	height:588px;
	z-index: 2;
	}
	
#back3	{
	position: relative;
	width:192px;
	height:588px;
	z-index: 3;
	}
	
#back4	{
	position: relative;
	width:427px;
	height:588px;
	z-index: 4;
	}
	
#textdiv	{
	
	font-size:16px;
	z-index: 10;
	position: absolute;
	left: 410px;
	top: 92px;
	width: 300px;
	height: 112px;
	}

#clickenter	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	position: absolute;
	left: 424px;
	top: 434px;
	height: 45px;
	width: 222px;
	}

.floatleft	{
	float:left;
	}
.floatright	{
	float:right;
	}
