* {
	margin: 0; 
	padding: 0; 
}
html { 
	background: url(images/pano_1200_50.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body { 
	background: transparent;
	color: #FFFFFF; 
	overflow-x: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	height: 100%;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
#page-wrap {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 100%;
	margin: -12% 0 0 0;
}
.post { 
	width: 480px;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
p { 
	margin: 0 0 15px 0; 
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a:link { text-decoration: none; text-shadow: none; color: #999999}
a:visited { text-decoration: none; text-shadow: none; color: #999999}
a:hover { text-decoration: none; text-shadow: none; cursor: hand; color: #FFFFFF}

.header {
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	position: fixed;
	left: 40px;
	top: 30px;
	z-index: 9999;
}

.footer {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	position: fixed;
	right: 40px;
	bottom: 0px;
	z-index: 9999;
}

