@charset "utf-8";
/* CSS Document */

li:nth-child(1) {
	bottom:7%;
	left: 20%;
}
li:nth-child(2) {
	bottom:40%;
	left:50%;
}
li:nth-child(3) {
	top:38%;
	left:65%;
}
li:nth-child(4) {
	top:15%;
	left:40%
}
li:nth-child(5) {
	top:30%;
	left:20%;
}
img {
	width:100%;
	max-width:500px;
}
li a {
	text-decoration:none;
	color:#FFF;
	text-shadow:1px 1px 5px #000;
}
li a:hover {
	color:#000;
	text-shadow:none;
}
section {
	width:100%;
	text-align:center;
	margin:10px auto;
}
h1, h2 { color:#FFF; }
body { background-color:#000; }
figure {
	box-shadow: 1px 1px 30px #FFF;
	border-radius: 15px;
}
figure img { border-radius: 10px; }
img[alt="CSS Validate"], img[alt="html5 Validate"] {
	width:64px;
	height:22px;
	display:inline-block;
	margin: 10px auto;
	text-align:center;
}
div.val {
	width:100%;
	margin:0 auto;
	text-align:center
}
