body {
	font-family: 'Droid Sans', 'Ubuntu', sans-serif;
	font-size: 10pt;
	background: url(bg.png);
}
#container {
	position: fixed;
    left: 50%;
    top: 50%;
    height: 400px;
    margin-top: -200px;
    width: 400px;
    margin-left: -200px;
	text-align:center;
}
h1 {
color: #ffffff;
}
p {
color: #ffffff;
font-size: 120%;
}
a:link, a:active, a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ff0000;
text-decoration: none;
}