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

html{
	font-size: 100.01%;
	height:99.9%;
	background:#000 url(../images/layout/bg-super.jpg) no-repeat fixed 0 0;
}
body{
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	color:#CCC;
	height:100%;
}

/* fix layout issues in IE6 and below */
* html div {
	height: 1px;
}

img{
	border:none;
}