* {
	padding: 0;
	margin: 0;
}


body {
	background-color: #080808;
}

#all {
	position: absolute;
	margin: 25px auto;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background: #161616;
	visibility: visible;




}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 15px 0px 35px 0px;
	line-height: 30px;
	text-align: center;
}

h1 a {
	text-decoration: none;
	color: #ffffff;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 12px 0px 12px 0px;
	line-height: 19px;
	text-align: justify;
}

p a {
	color: #ffffff;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	background: #080808;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	display: block;
}

h3 a {
	text-decoration: none;
	color: #ffffff;
	background-color: #080808;
	width: 100%;
	display: block;
}

h3 a:hover {
	text-decoration: none;
	color: #080808;
	background-color: #ffffff;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8b8b8b;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-align: left;
}

h5 a {
	text-decoration: none;
	color: #8b8b8b;
}

h5 a:hover {
	text-decoration: none;
	color: #ffffff;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8b8b8b;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-align: right;
}

h6 a {
	text-decoration: none;
	color: #8b8b8b;
}

h6 a:hover {
	text-decoration: none;
	color: #ffffff;
}

