@charset "UTF-8";
/* CSS Document */

html {-webkit-text-size-adjust:none}

body {
	background-color: #222221;
}

body, html{
	margin:0px;
    padding:0px;
	height:100%;
}
#con{
	margin:0px;
    padding:0px;
}


#data{
	display:none;
}
body, ul, li, a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a7a9ac;
	text-decoration:none;
}

.clearer{
	clear:both;
}