body {
	color: white;
	font: 1em/1.5em Calibri, Tahoma, Verdana, sans-serif;
	text-align: center;
	background: #b0dd63 url(b.png) repeat-x top;
}
#container {
	margin: 1em auto;
	width: 720px;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.s1 {
	color: #7b0;
	text-shadow: 0 0 0.1em #7b0;
}
.s2 {
	color: #c00;
	text-shadow: 0 0 0.1em #c00;
}
h1 {
	font-size: 5em;
	padding: 1.5ex 0;
	text-shadow: 0 0 0.1em White, 0 0 0.2em Black;
	background: transparent url(t.png) no-repeat center;
	margin: 0.5ex 0;
}
li {
	display: inline;
}
a {
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	color: White;
	text-decoration: none;
	font-size: 2em;
	margin: 20px 20px;
	background: transparent url(e3.png) no-repeat center;
	font-weight: bold;
	position: relative;
	text-shadow: 0 0 0.1em White;
}
a div {
	position: absolute;
	width: 200px;
	top: 50%;
	margin-top: -0.5em;
}
#footer {
	clear: both;
	padding: 2.5em 0.5ex;
	background: transparent url(f.png) no-repeat center;
}