* {
	margin: 0;
	padding: 0;
}

body {
}

#main-info {
	padding: 20px 0 20px 0;
	position: relative;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 800;
}

.bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 700;
}

#extended-main {
	position: relative;
	top: 0px;
	display: none;
}

a {
	text-decoration: none;
	border-bottom: dotted 1px #FF0000;
	color:#FF0000;
}

a:hover {
	border-bottom: none;
}