@charset "UTF-8";
/* CSS Document */

/* general */
 
html,body {
	background-color:#DDDED8;
	font-family: verdana, arial, sans-serif; 
	}

h1 {font-size: 10px;color:#5e745b;font-weight:normal;}

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

a:hover {color:#444;}

img {
	border:none;
	}

/* layout */

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
	
#wrapper {
	text-align:center;
	margin: auto auto -350px auto;
	position:relative;
	top: -350px;
	}


	

