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

body {
	background-color: #FFFFFF;

	width: 100%;
	height: 100%;

	text-align: center;
}

.main {
  text-align: left;

  margin-left: auto;
  margin-right: auto;

  width: 824px;
  height: 100%;
}

.portfolio {
	color: #474a4e;
}

.footer {
	background-color: #FFFFFF;
	color: #acacac;
	font-size: 10px;
}