html {
    margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
    margin-top: 5px;
	margin-bottom: 5px;
	width: 1000px;
	height: 605px;
	margin-left:auto;
	margin-right:auto;
	/*border: #ffffff 15px solid;*/
    }

table {
  width: 100%;
  height: 100%;
  }

body {
	margin: 0;
	padding: 0;
	background: #e9e9e9;
	height: 100%;	
    }