/* CSS Document */
html, body {
	height:100%;
	}

body{
  margin: 0;
  padding: 0;
  text-align:center;
  background-color: #333333;
  font-family: arial;
}

div#distance { 
	margin-bottom: -319px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	}

#sitecontainer{
  position: relative;
  width: 870px;
  margin:0 auto;
 	clear: left;          /* required */
  height: 638px;
  background-image: url(../img/sitecontainer-bg.png);
  background-repeat: no-repeat;
}

#main{
  float: left;
  width: 551px;
  height: 638px;
  color: #e3e3e3;
  font-size: 12px;
  margin-left: 25px;
}

#right{
  float: left;
  width: 265px;
  height: 638px;
}
