/*-------------------*/
.clearance{
	margin:			0px;
	padding:		0px;
	font-size:		0px;
	line-height:		0;
	visibility:		hidden;
	clear:			both;
}

body,img,p,h1,h2,h3,ul,li,ol,div,a{
	margin: 0px;
	padding: 0px;
	border:	none;
}


ul{
	list-style-type: none;
	line-height: 0;
	vertical-align:	bottom;
}

ol{
	list-style-type: none;
	line-height: 0;
	vertical-align:	bottom;
}

a:link,
a:visited,
a:hover,
a:active{
	text-decoration:	none;
	color:			#000000;
}

.right{
	float: right;

}

body{
	background-image: url("../_img/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}




