html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,legend, table, caption, tbody, tfoot, thead, tr, th, td {
	
	margin: 0;
	padding: 0;
	border: 0;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}


body {

	line-height: 1;
	background:#fff;
	background:url("../imgs/bkg_body.jpg") repeat-x;
	text-align:center;
	
}

div {
	
	float:left;
	position:relative;

}

ul, ol , dl ,dt ,dd{

	margin:0 auto;
	margin-left:0;
	padding-left:0;
	list-style:none;
}
table {

	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

a {
	
	text-decoration:none;
	cursor:pointer;
	
}

hr, legend, .none {

	display:none;

}

img {

	border:0;
}
fieldset {

	float:left;
	padding:0;
	border:0;
	
}

#wrapper: after{

	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#wrapper {

	display: inline-block;
}

html[xmlns] #wrapper{

	display: block;
}
* html #wrapper{

	height: 1%;
}
