
/*----------------- Global ---------------------*/

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

/* Links */

a, a:visited {
	}
a:hover {
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

 
/*--------------------- Layout ----------------------*/

body {
	background-color: #000000;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#thumbnails {
	margin: 25px 0;
}
#thumbnails img {
	margin: 0 5px;
}
h1 {
	margin-bottom: 25px;
}


#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -125px;
	text-align: center;
	min-width: 800px; 
}
#wrapper {
	position: relative;
	text-align: center;
	width: 800px;
	height: 250px;
	margin: 0px auto;
	}

