*{
	margin: 0;
	padding: 0;
	outline: none;
}
html,body,#body_wrapper{
	width: 100%;
	height: 100%;
}
body{
	background: #fff url(../img/body.gif) repeat-x left center;
	cursor: default;
}
img,fieldset{
	border: 0;
}
a{
	cursor: pointer;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}
.break{
	padding-bottom: 17px;
}
#body_wrapper{
	background: url(../img/body_wrapper.gif) repeat-x left center;
}
#distance{
	width: 100%;
	height: 50%;
	margin-bottom: -301px;
	float: left;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 978px;
	height: 602px;
	clear: left;
	text-align: left;
	background: #fff;
}
