* {
    margin: 0;
    padding: 0;
}

body {
	background: #000000;
	font-size: 12px; 
	line-height: 18px; 
	font-family: sans, Arial, Helvetica; 
	color: #FFFFFF; 
	text-align: center;
}

a {
	text-decoration: none;
	color: #999;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px
}

#main {
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -300px;
	position: absolute;
	top: -265px;
	left: 50%;
	width: 600px;
	height: 500px;
	text-align: left;
}

.txtBox1 {
	width: 600px;
	padding-top: 2px;
}

.txtBox2 {
	width: 600px;
	padding-top: 5px;
}

.imgBox {
	width: 600px;
	height: 405px;
}

.mySpace {
	position: absolute; 
	top: 0; 
	right: 0; 
	margin-top: 5px;
	overflow: hidden;
	height: 30px;
}

.txtCredits {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px
}