body{
  background: #DDD;
}

#top{
  background: white;
  padding-top: 10px;
  height: auto;
}

#main{
  background: white;
}

#container{
	width: auto;
}

#client-container{
  width: 731px;
  border: 3px solid #AAA;
  background: white;
  margin-left: auto;
  margin-right: auto;
}

#client-welcome-text{
  border: 1px solid #AAA;
  padding: 5px;
  background-color: white;
}

