body {  
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: 'Lato', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  height: 100%;
  background: #202028 url('bg.jpg') no-repeat top center;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #a6afcb;
    text-decoration: none;
}

a:active {
    color: #2c303c;
    text-decoration: none;
}

#topbar {
  height: 50px;
  line-height: 50px;
  background: black;
  font-size: 20px;
}

#buffer
{
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

#logo {
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 130px;
  background: transparent url("title.png") no-repeat center top;
}

#video {
  margin: auto;
  margin-top: 4vh;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  background: transparent;
}

#description {
  margin: auto;
  margin-top: 2vh;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 2vh;
  width: 768px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  background: transparent;
}

#prompt {
  margin: auto;
  margin-top: 2vh;
  margin-bottom: 0;
  padding: 0;
  width: 768px;
  font-size: 20px;
  line-height: 30px;
  background: transparent;
}

#buy
{
  margin: 0;
  margin-top: 2vh;
  padding: 0;
  width: 242px;
  height: 100px;
  line-height: 92px;
  background: #454b5e;
  font-size: 30px;
  display: inline-block;
}

#buy_spacer
{
  margin: 0;
  padding: 0;
  width: 12px;
  height: 50px;
  display: inline-block;
  background: transparent;
}

#finji {
  margin: 0;
  margin-top: 5vh;
  padding: 0;
  background: transparent;
}