html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body, html {
	width: 100%;
	height: 100%;
}

.main {
  text-align: left;
  width: 1000px;
  height: 700px;
}

.header {
  height: 90px;
}

.menu {
	padding: 8px;
}

a:hover {
	text-decoration: none;
}	