* { 
	margin: 0; 
	padding: 0; 
}

body { 
	font-family: "Times New Roman", Georgia, Times, serif; 
	color: #000000;
}

#horizon {
	background: url("line.png") repeat-x 0 155px transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 350px; 
}

#wrapper {
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 350px;
	height: 380px;
	background: url("logo.png") no-repeat;
}

#wrapper h1 {
	padding-top: 165px; 
	font-size: 1.2em; 
	font-weight: normal; 
}

#wrapper h2 {
	padding-top: 10px;
	font-size: 1.2em;  
}

#wrapper h3 {
	padding-top: 10px;
	font-size: 1.2em; 
	font-weight: normal; 
}

#wrapper p { 
	padding-top: 10px; 
	font-size: 1em; 
}

#wrapper a, 
#wrapper a:link, 
#wrapper a:active {
	text-decoration: none;
	color: #000000;
}

#wrapper a:hover {
	text-decoration: none;
	background-color: transparent;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

.justify {
	font-size: 0.7em;
	text-align: justify;
}