html, body {
	background-color: #ccc;
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

section {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 130px;
	left: 50%;
	margin: -105px 0 0 -300px;
	padding: 40px;
	position: absolute;
	top: 50%;
	width: 520px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.496094);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.496094);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.496094);
}

section, nav {
	display: block;
}

h1 {
	color: #333;
	font-size: 52px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #243455;
}

nav {
	background-color: #fff;
	overflow: hidden;
}

#dock {
	list-style-type:none;
	margin: 0;
	padding: 0;
	position: relative;
}

#dock li {
	display: inline-block;
	margin-right: -4px;
	padding: 0 2px;
	position: relative;
}

#dock strong {
	color: #fff;
	background-color: #8d8d8d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	font-size: 11px;
	bottom: -14px;	
	left: 65%;
	margin-left: -60px;
	padding: 1px 0;
	position: absolute;
	text-shadow: 1px 1px 2px #666;
	width: 92px;
}

#dock a:hover strong {
	display: block;
}

