/* CSS Document */
body {
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;	
}

a {	
	color:#FFFFFF;
	text-decoration:none;
}

a, a img {
	border:0px;
	outline:none;
}

h1, h2 {
	/*margin:0px;*/
	padding:0px;
	color:#8BC53F;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

form {
	padding:0px;
	margin:0px;
}


/*############  clearfix #########*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




