
body {
	margin:0 auto;
	padding:0px;
	border:0px;
	font-family:Arial,Helvetica;
	font-size:12px;
	color:#222;
	background:#000 url('../images/background.jpg') no-repeat top center;
}

#container {
	width:500px;
	height:450px;
	position:absolute;
	left:50%;
	top:50%;
	padding:0;
	margin-top:-225px;
	margin-left:-250px;
	color:#fff;
	text-align:center;
}

#container a {
	color:#fff;
	text-decoration:none;
}

#container a:hover {
	color:#184ba8;
	text-decoration:none;
}

#container p {
	font-size:18px;
	line-height:28px;
	color:#fff;
	text-align:center;
	letter-spacing: -1px;
}

#container-wrapper {
	width:770px;
	padding:20px;
	margin:0 auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight:normal;  letter-spacing: -2px; }
h1 { font-size:50px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:12px; }
h6 { font-size:10px; }

#sedna {
	width:300px;
	height:30px;
	padding:20px 50px;
	position:fixed;
	left:50%;
	bottom:10%;
	color:#fff;
	text-align:right;
	background-color:#000;
	opacity:0.7;
	filter: alpha(opacity = 70);
}

#sedna a {
	color:#fff;
	text-decoration:none;
}

#sedna a:hover {
	color:#fff;
	text-decoration:none;
}

