body{
		background: linear-gradient(to top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
		background-repeat: no-repeat;
		font-family: "Calibri";
	}

div{
	margin-left: 40%;
	margin-top: 10%;
	height: 200px;
	width: 20%;
	background: url(f01.png) left bottom repeat-x,
	url(f02.png) left bottom no-repeat,
	url(f03.png) left top repeat-x;
	background-color: #87CEEB;

	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border: 1px solid #000;
	box-shadow: 0 0 40px #888;
}

div:hover{
	margin-left: 20%;
	margin-top: 10%;
	height: 300px;
	width: 60%;
	background: url(f01.png) left bottom repeat-x,
	url(f02.png) left bottom no-repeat,
	url(f03.png) left top repeat-x;
	background-color: #87CEEB;

	border-top-left-radius: 20% 20%;
	border-top-right-radius: 20% 20%;
	border-bottom-left-radius: 20% 20%;
	border-bottom-right-radius: 20% 20%;
	border: 1px solid #000;
	box-shadow: 0 0 40px #888;
}