
html, body, img, div, ul, li, h1, p { border: 0; margin: 0; padding: 0; }
html, body { height: 100%; }
body {	background-color: #000; }
object { display: block; }
#container {
	color: #ccc;
	font-size: 14px;
	line-height: 19px;
	font-family: georgia, times, serif;
	text-align: center;
}
div#message { margin: 0 auto; width: 500px; }
img { padding: 40px 0; }	
h1 { color: #ccc; font-size: 16px; font-weight:normal; }
a { color: #fff; }
a:hover { text-decoration: none; }
h1, p { padding-bottom: 1em; }
p { text-align: left; }
.center { text-align: center; }
.center p { color: #fff; text-align: center; }

