* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
	background-color: #000000;
}
#info1 {
	padding: 10px 10px 10px 10px;
	position: fixed;
	top: 200px;
	left: 50px;
	width: 30%;
	text-align: left;
	color: #CCC;
	font-size: 11px;
	z-index: 6000;
	font-family: Arial, Helvetica, sans-serif;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
#info2 {
	padding: 10px 10px 10px 10px;
	position: relative;
	top: 450px;
	left: 79%;
	width: 200px;
	text-align: right;
	color: #CCC;
	font-size: 11px;
	z-index: 7000;
	font-family: Arial, Helvetica, sans-serif;
}
#description {
	color: #666;
}
.active {
	color:#F00;
	font-weight: normal;
	text-decoration: none;
}





