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

html{
	font-size: 62.5%;
	height:99.9%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	color:#FFF;
	height:100%;
	background:#000 url(../images/bg/kick-about.jpg) no-repeat fixed 0 0;
}

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

img{
	border:none;
}
 