@import url(site.css);
@import url(index.css);

* { margin: 0; padding: 0; }

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

html {
	font-size: 125%;
}

body {
	font-family: verdana, sans-serif;
	font-size: 50%;
	color: black;
}

img { border: 0; }


#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

* html #wrapper {
	height: 100%;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */
 
/*
#left-sidebar {
	width: 527px;
	float: left;
	display: inline;
	background: cyan;
}*/
