body {
	background: #eee;
	color: #444;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 20px;
}
@media only screen and (max-device-width: 720px){
	body {
		padding-left: 10px;
		padding-right: 10px;
	}
}
h1 {
	text-align: center;
}
div.content {
	background: #fff;
	//position: fixed;
	position: relative;
	//left: 10%;
	//right: 10%;
	padding: 10px;
	-moz-box-shadow: 0px 0px 5px #909090;
	-webkit-box-shadow: 0px 0px 5px #909090;
	box-shadow: 0px 0px 5px #909090;
}
div.content:after {
	content:"";
	position:absolute;
	z-index:-1;
	bottom:10px;
	right:10px;
	width:50%;
	height:10%;
	-moz-box-shadow: 0px 0px 15px;
	-webkit-box-shadow: 0px 0px 15px;
	box-shadow: 0px 10px 15px;
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	transform:rotate(2deg);
}
p {
	line-height: 200%;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: black;
}
h1 a:hover{
	color: #258fb8;
}
div.content a {
	font-weight: bold;
	color: #258fb8;
	margin-left: 2px;
	margin-right: 2px;
}
div.content a:hover {
	background-color: #eee;
	border-radius: 5px;
}
div.content img {
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	max-width: 65%;
	max-height: 80%;
	display: block;
	margin: 10px auto;
}
/*span.top{*/
	/*cursor: pointer;*/
	/*opacity:0;*/
	/*position: fixed;*/
	/*right: 40px;*/
	/*bottom: 25px;*/
	/*transition: opacity 0.7s;*/
/*}*/
