body {
	background-color:#000;
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
	font-family:Georgia,serif,verdana,Tahoma,Arial;
	color:#fff;
	overflow: scroll;
}
html {
	height:100%;
	}
.content-center {
	text-align:center;
}
.content-logo {
	margin:20px 0;
}
#box {
	margin:0 auto;
	text-align:center;
	width:500px;
}
#intro {
	color:#fff;
	width:500px;
	margin:25px auto;
	text-align:center;
	line-height:150%;
}
#bar {
	background-color:#1C1C1C;
	width:100%;
	height:70px;
	margin-top:10px;
}
#bar #container {
	width:500px;
	margin:0 auto;
	padding-top:5px;
}
#container .left {
	float:left;
	width:50%;
	text-align:center;
}
#container .right {
	float:right;
	width:50%;
	text-align:center;
}
a img {
	border:0;
	outline:none;
}
a:link,a:visited,a:active {
	color:#000;
	outline:none;
}
a:hover {
	color:#000;
	outline:none;
}
div.centered {
	position: absolute;
	top: 25%;
	height: 20%;
	left:0;
	width:100%;
	text-align:center;
}

#copyright {
	margin:20px 0;
	color:#fff;
	font-size:12px;
	color:#333;
}
p {
	padding:5px 0 0 0;
	margin:0;
}