/* Images as Buttons */
img  {
	 border-style: none;
	 }
	 
body {
	 font-family: arial, sans-serif;
	 font-size: 100%;
	 text-align: center;

	 background-color: rgb(0,0,0);
	 color: rgb(255,255,255);
}
.set {
	 position: absolute;
	 top: 0px;
     /*width: 780px;*/
	 position: relative;
	 width: 580px;
	 margin: 0 auto;
	 height: 250px;
	 background-color: rgb(0,0,0);
	 border-width: 0px;
	 z-index: 5;
}
.left {
	 position: absolute;
	 top: 10px;	
	 left: 0px;
	 width: 25px;
	 height: 600 px;
	 background-color: rgb(0,0,0);
	 border-width: 0px;
	 z-index: 100;	 
}
.right {
	 position: absolute;
	 top: 10px;		
	 right: 0px;
	 width: 25px;
	 height: 600 px;
	 background-color: rgb(0,0,0);	 
	 border-width: 0px;
	 z-index: 101;
}
.text {
	 position: absolute;
	 top: 30px;
	 position: relative;
	 width: 400px;
	 margin: 0 auto;
	 z-index: 10;
}
.image {
	 position: absolute;
	 top: 0px;
	 position: relative;
	 margin: 0 auto;
	 z-index: 8;
}
.cov {
	 position: absolute;
	 top: 222px;
	 left: 270px;
	 margin: 0 auto;
	 z-index: 200;
}
</style>
