body {
	color: #333;
	font-family: Optima, "Helvetica Neue",Arial,Helvetica,sans-serif;
	text-align: center;
}
footer {
	margin-top: -1em;
}
footer h1 {
	font-size: 1.2em;
	margin-bottom: 0;
}
#footer {
	font-size: 0.8em;
	color: #999999;
}

h4 {
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color: #d71747;
	border: 0px;
	-webkit-transition: background-color 0.2s linear,color 0.2s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
a:hover, a:focus {
	color: #fefce4;
	text-decoration: none;
	background-color: #d71747;
}

#puzzle-wrap {
	width: 599px;
	height: 60px;
	margin: auto;
	position: relative;
	padding-top: 520px;
}
#win-bg {

	width: 599px;
	height: 599px;
	margin: auto;
	background-image: url(win-bg.png);
	position: absolute;
	top: 0;
	background-position: 0 -20px;
}

#timer {
	font-size: 1.2em;
	font-family: "Panic Sans",Monaco, monospace;
	margin: 0;
}

#puzzle-bg {
	width: 599px;
	height: 539px;
	background-image: url(puzzle-bg.png);
	background-position: 0 -20px;
	padding-top: 39px;
	position: absolute;
	top: 0;
}

#puzzle {
	margin: auto;
	width: 480px;
	height: 480px;
	position: relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.piece {
	width: 120px;
	height:  79px;
	padding-top:  40px;
	text-align: center;
	position: absolute;
	background-color: #ffffff;
	font: bold 2em Helvetica;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
/*	-webkit-transition: left 0.1s linear, top 0.1s linear;*/
	margin: 1px;
}
