#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	position: relative;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper2 {
	text-align: left;
	width: 1000px;
	margin-left: -500px;
	background-color: #000000;
	position: absolute;
	height: 400px;
	margin-top: -190px;
	overflow: auto;
	left: 50%;
	top: 50%;
}
