html, body {
	height: 100%
}
body {
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	-webkit-text-size-adjust: none
}
a {
	text-decoration: none;
	cursor: pointer
}
a:link {
	color: #00AEEF
}
a:visited {
	color: #00AEEF
}
a:hover {
	color: #666
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #666 !important
}
hr {
	display: none
}
a img {
	border: none
}
p {
	margin-bottom: 20px
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent
}
.left {
	float: left;
	position: relative
}
.right {
	float: right;
	position: relative
}
.center {
	margin: 0auto;
	text-align: center
}
img.left {
	margin: 02em 1em 0
}
img.right {
	margin: 00 1em 2em
}
.end {
	margin: 0px!important
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px
}