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

body {
background: #000;
padding-top: 25px;
padding-bottom: 25px;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #fff;
	font-style: normal;
	word-spacing: normal;
	text-align: center;
	text-decoration: underline;
	line-height: normal;
}
h2 {
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #fff;
	font-style: normal;
	word-spacing: normal;
	text-align: center;
	line-height: normal;
}
h3 {
	height: 35px;
	width: 300px;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	word-spacing: normal;
	text-align: left;
	line-height: normal;
}
.responsive {
	width: 90%;
}
#pics {
    width: 90%;
	margin: 0 auto;
	padding: 30px;
	background-color: #333;
}
#pics img {
	margin-bottom: 30px;
	box-shadow: 5px 5px 12px #000;
}
#commentscont {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 30px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;
	line-height: normal;
}
.link a, .link img {
	float: left;
}
.link {
	width: 300px;
	text-align: center;
}
.scroll {
	color: #fff;
	text-decoration: underline;
	float: none;
	font-weight: bold;
}