@charset "utf-8";

#wrapper{
  position: relative;
  top: 0px;
	bottom: 0px;
  width: 800px;
  height:600px;
  margin:auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#FFFFFF;
    overflow: hidden;
}