body {
	background-color: #6f634c;
	background-image: url(../_img/bg.jpg);
	background-color: #161211;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 20px;
	text-align: center;
	padding: 1em;
}
div{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h1{
	font-size: 80%;
	text-align: center;
	border-bottom: 1px dotted #70241b;
	color:#70241b;
	margin: .5em 0 .5em 0;
	padding-bottom: .5em;
}
p{
	margin-top: 0px;
	color: #6f634c;
	text-align: center;
	font-size: 60%;
	line-height: 1.5em;
}
embed{
	background-color: #161211;
}	