/* reset browser defaults */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

abbr, acronym, fieldset, img {
	border: 0;
	}
	
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	}

caption, th {
	text-align: left;
	}
	
div {
	overflow: hidden;
	}
	
ol, ul {
	list-style: none;
	}

li {
	white-space: nowrap;
	overflow: hidden;
	}
	

/* global hacks */

body {
	text-align: center;
	}

.clearfix:after, .clear {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	}
