html {
	background-color: black;
	background-image: url(img/back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

img {
	border: none;
}

body {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#imgBox {
	text-align: center;
}

#logo {
	text-align: center;
}

#copyright {
	margin-top: 20px;
	font-size: 10pt;
	text-align: center;
}

a {
	text-decoration: none;
	color: #5B8EC7;
}

a:hover {
	text-decoration: underline;
}