html{
	color: #fefefe;
	text-align: center;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
	background-image: url(https://f4.bcbits.com/img/0008445137_130.jpg);
	font-family: "Arial Black", Gadget, sans-serif;
}

a, a:link, a:active{
  color: inherit;
  font-weight: bold;
}

body{
	width: 960px;
	margin: 0 auto;
}

body img{
	width: 100%;
	margin: 2px;
}

h1, h2 {
	text-align: center;
	margin: 5px;
	text-transform: uppercase;
}

h1{
	font-size: 34pt;
}

h1 a{
	text-decoration: none;
}

#embeds {
	width: 560px;
	float: right;
}

#embeds iframe{
	margin: 2px;
}

#bio{
	width: 400px;
	float: left;
}

#bio p{
	margin: 1em;
}

#copyright{
	font-size: small;
	margin-top: 2em;
}