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

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

body {
	background-color: #21242e;
}

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


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

.clearer{
	clear:both;
}