

html {
	background: #ffffff url(/images/bg-rep.gif) repeat-x left top;
	}

body {
	background: url(/images/body-bg.gif) no-repeat center top;
	color: #333333;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	}

* {
	margin:0;
	padding:0;
	}

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

img {
	border:0;
	}

img a {
	border:0 !important;
	outline:0 !important;
	}

ul li {
	list-style:none;
	margin:0;
	padding:0;
	}

p {
	clear:inherit;
	}


/*-- slightly enhanced, universal clearfix hack --*/
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}

.clearfix {
	display:inline-block;
	}

.clear {
	clear:both;
	height: 0;
	line-height: 0;
	}

.clear-left {
	clear:left;
	height: 0;
	line-height: 0;
	}
/*-- start commented backslash hack \ --*/
* html .clearfix{
	height:1%;
	}

.clearfix{
	display:block;
	}
/*-- stop commented backslash hack --*/