/********************** 
	Eric Meyer's Reset
	v1.0 | 12.02.2008
*********************/

a, abbr, acronym, address, big, body,
caption, center, cite, dd, del, dfn, div, dl, dt, em,
fieldset, form, html, h1, h2, h3, h4, h5, h6, img, ins,
label, legend, li, ol, ul, p, small, span, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html, body {
	width:100%;
	height:100%;
}

body {
	line-height:1;
	background:#FFF;
}

ol, ul {
	list-style:none;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td { vertical-align:top; }

:focus {
	outline:0;
}