html, body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

body{
	/* background:#568; */
	background-image: url(back.png);
	font-family:verdana, arial;
	font-size:1em;
	color:white;
}

#centerMe{
	width: 780px;
	height:100%;
	margin:auto;
	text-align:center;
	background:#AF8850;
}
embed{
	
	margin:auto;
}

hr{
	border:0px;
	height:0.5em;
	background-image: url(back.png);
}

#header{
	font-family:georgia;
	font-weight:bold;
	font-size:2em;
	width:100%;
	line-height:2.5em;
	background:#666;
	color:orange;
}

.title{
	font-family:verdana;
	font-weight:bold;
	font-size:1.25em;
}

.shortdescription{
	font-size:0.88em;
	color:white;
}
