body{
	background-image:url(background.jpg);
	background-attachment:fixed;
	background-color:#ccc;
	border:10px double #000;
	padding:10px;
}

h1{
	font-style:arial;
	text-align:center;
}

p{
	font-style:arial;
	text-align:center;
}

img{
	max-width:30%;
}

iframe{
	margin-left:35%;
	margin-right:55%;
}

a{
	text-align:center;
	margin:auto;
	float:center;
}

#content{
	background-color:#ccc;
	border:5px double #fcf;
	width:50%;
	margin:auto;
}
