@charset "utf-8";

html, body {
	height:100%;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background: #c3c5bb;
	text-align:center;
	vertical-align:center;
	margin: 0;
	padding: 0;
}
div#distance {
	margin-bottom: -104px; /* half of content height */
	background: none;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	}

div#contentbg {
	width: 280px;
	height: 208px;
	position: relative;
	clear:left;
	margin:0 auto;
	background-attachment: scroll;
	}
div#text1 {
	position:relative;
  margin:0 auto;
	padding:0px;
	width:280px;
	height:208px;
	text-align:center;
	}


