body{background-color:	#42426F;}
main{margin: 50px auto;
/*background-color:   #D98719;*/
width: 600px;
height: 480px;
position: relative;
perspective:1200px;
text-align: center;
color: red;
box-shadow: 2px 2px 10px #42426F;
}
main div{
	width: 80px;height: 400px;
	background-color: white;
	border: 1px solid black;
	float: left;box-shadow: 0 0 5px gray;
	transform: rotateX(30deg);font-style: italic;
	font-size: 25px;font-family: Calibri;
}
#btn8{
	width: 35px;height:220px;
	background-color: black;
	position: absolute;font-style: normal;
	left: 70px;top: 20px;color: white;
}
#btn9{
	width: 35px;height:220px;
	background-color: black;
	position: absolute;font-style: normal;
	left: 150px;top: 20px;color: white;
}
#btn10{
	width: 35px;height:220px;
	background-color: black;
	position: absolute;font-style: normal;
	left: 308px;top: 20px;color: white;
}
#btn11{
	width: 35px;height:220px;
	background-color: black;
	position: absolute;font-style: normal;
	left: 385px;top: 20px;color: white;
}
#btn12{
	width: 35px;height:220px;
	background-color: black;
	position: absolute;font-style: normal;
	left:465px;top: 20px;color: white;
}