body {
	background: #dedede url(http://fc01.deviantart.net/fs30/f/2008/148/c/3/Wood_floor_by_gnrbishop.jpg);

}

.container {
	width: 512px;
	margin: 0 auto;
}

.container h1 {
	text-align: center;
	border-bottom: 2px dotted #ccc;
}

#fondo {
	background: url(../cronometro.png);
	width: 512px;
	height: 500px;
	position: relative;
}

#fondo h3 {
	position: absolute;
	top: 228px;
	left: 210px;
	text-align: center;
}

#fondo h3 span {
	display: block;
	font-size: 4em;
}


#botones {
	text-align: center;
	margin-bottom: .75em;
}
#botones button {
	padding: .5em 1em;
}

#instante {
	margin-top: .5em;
	border-top: 1px solid #dedede;
	padding: .45em 1em;
}
#instante p {
	border-bottom: 1px dotted #fff;
	margin: 8px 0;
	padding-bottom: 3px;
}