html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  background: #333;
  color: #999;
  font: 12px/1.5em arial, helvetica, sans-serif;
}
body {
  font-size: 100%;
  text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0;
  padding: 0;
  zoom: 1;
}
header ul,
footer ul,
nav ul {
  list-style: none;
}
body {
  background: url(bg.png) no-repeat scroll 50% 50% transparent;
}
body,
form {
  height: 100%;
  max-height: 704px;
}
#outer {
  display: table;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  min-height: 643px;
  max-height: 704px;
  vertical-align: middle;
  width: 1024px;
}
#container {
  min-height: 643px;
  position: relative;
  text-align: center;
}
/* webkit only scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
