body {
	font-family: univers, helvetica, san-serif;
	background-color: white;
	font-family: helvetica, san-serif;
	font-size: 100%;
	font-weight: lighter;
	padding-top: 5px;
	margin: 0;
}


#wrapper {
	width: 600px;

	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}


#bottom {
	width: 600px;
	height: 690px;
	text-align: center;

}



#content{

	float: left;
	font-size: .8em;
	color: gray;
	padding-top: 40px;
	line-height: 1.45em;
	letter-spacing: .07em;
	width: 470px;
	padding-bottom: 40px;

	text-align: left;
}

#info {
	font-size: 1.12em;
	font-weight: bold;
	letter-spacing: .26em;
	display: block;
	color: gray;
	padding-bottom: 10px;
	position: absolute;
	line-height: 1.45em;
	text-align: center;
}

.title {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: .32em;
	display: block;
	color: magenta;


	position: absolute;
	line-height: 1.45em;
	opacity:0.7;
	text-align: center;

}

.title2 {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: .32em;
	display: block;
	color: cyan;

	position: absolute;
	line-height: 1.45em;
	opacity:0.7;
	text-align: center;
		padding-bottom: 10px;
}



a {
	color: black;
}

a, a:link {
	
	
	color: black;
}
	
a, a:visited {
	text-decoration: none;
	color: black;
}

a, a:hover {
	color: #fe6f23;
}

a, a:active {
	color: black;
}




