body {
	background: url("sabre.png") black center no-repeat fixed;
	color: white;
	font-family: sans-serif;
	margin: 0px;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	border-bottom: 1px solid;
}

div.header {
	text-align: center;
	background: #051038;
}

div.header h1 {
	margin: 0px;
}

div.header p {
	margin-top: 0px;
}

div.footer {
	text-align: center;
}

div.content {
	margin-top: 40px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background: #051038;
	-moz-border-radius: 10px;
}
