@charset "utf-8";
body {background-color: #333;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #51B9FF;
	text-align: center;
	clear: both;
	padding-top: 20px;
	margin-bottom: 50px;
}
h2{
    font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	text-align: center;
	clear: both;
}
h2 a{
	color: #0C0;
	text-decoration:none;
}
#section {
	width:70%;
	margin:0 auto;
	text-align:center;
}
#section a img{
	padding:0px;
	margin:30px;
	border-radius:60px;
}
#section a:hover img{
	box-shadow:0 0 15px 7px #fff;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-align: center;
	clear: both;
	position: relative;
	height: auto;
	padding-top: 15px;
	padding-bottom: 100px;
}
