* {
margin:0;
padding:0;
}
a {
outline: none;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #C8C8C8;
	background: -moz-linear-gradient( top, #C8C8C8, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#f1f1f1));




	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#f1f1f1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#f1f1f1)";
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F00;
	line-height: 20px;
}
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
}
#container {
	position: relative;
	height: 400px;
	width: 600px;
	clear: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 110px;
}
.box {
	height: 100px;
	width: 100px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box300 {
	height: 100px;
	width: 300px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
