/*
* { 
	margin:0; 
	padding:0; 
}
*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, small, em, dl, dt, dd, ol, ul, 
li, fieldset, form, label, table, tr, td {
        margin: 0;
        padding: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		/*font-size: 100.01%;*/
		font-family: inherit;
		vertical-align: baseline;
}

body {
	/*font-size:1em;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	line-height:1.4;
}

:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

ol, ul {
	list-style: none;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
display:none;
}

#main {
	margin: 0 auto;
	position:relative;
}
