body {
  background-color: #000000;
  color: #cccccc;
}

#vpre {
  margin-left:auto;
  margin-right:auto;
  text-align:center; 
  width: 960px;
  position: relative;
}



#quickLinks {
  position: absolute;
  top: 150px;
  text-align:left;
  width: 640px;
  z-index: -10; 
}

a:link { 
  color: #ffffff;
  text-decoration: none;
}
a:visited { 
  color: #ffff88;
  text-decoration: none;
}
a:hover { 
  color: #ff8888;
  text-decoration: none;
}
a:active { 
  color: #ff3333;
}


#app {
  text-align:left;
  background: #000;
  color: #fed;
  font-size: 9pt;
}
#app h1{
  font-family: Impact, sans-serif;
  font-weight: normal;
  font-size: 32pt;
  text-align:center;
  padding-left: 3px;
  padding-right: 3px;
}
#app h2{
  font-family: Impact, sans-serif;
  font-weight: normal;
  color: white;
  text-align:center;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 2.5em;
  line-height: 0.1em;
}
#app ul{
  padding-left: 10px;
  padding-right: 10px;
}
#app li{
  padding-top: 5px;
  list-style-type: none;
  border-bottom: 1px solid;
}
#app p{
  padding-left: 1em;
  padding-right: 1em;
}
#app a:link { 
  color: #cfc;
  text-decoration: none;
}
#app a:visited { 
  color: #6f6;
  text-decoration: none;
}
#app a:hover { 
  color: #6ff;
  text-decoration: none;
}
#app a:active { 
  color: #0f0;
}
#quickLinks h1{
  text-align:center;
  padding-left: 3px;
  padding-right: 3px;
}
#quickLinks p{
  padding-left: 1em;
  padding-right: 1em;
}
#quickLinks a:link { 
  color: #cfc;
  text-decoration: none;
}
#quickLinks a:visited { 
  color: #6f6;
  text-decoration: none;
}
#quickLinks a:hover { 
  color: #6ff;
  text-decoration: none;
}
#quickLinks a:active { 
  color: #0f0;
}


.topright {
  position: absolute;
  top: 87px;
  right: 4px;
  float: right;
  width: 638px;
}

.left {
  float: left;
  width: 312px;
  height: 960px;
}

.bottomright {
  position: absolute;
  top: 567px;
  right: 4px;
  float: right;
  width: 312px;
  height: 480px;
}


.bottommiddle {
  position: absolute;
  top: 567px;
  right: 316px;
  float: right;
  width: 320px;
  height: 480px;
}

.latestReleases{
  background: #100;
}
.blog{
  background: #101;
}
.twitter{
  background: #010;
}
.mlp{
  background: #001;
}

.vPreApp{
  background: #110;
}

.textVpre{
  color:white;
  background: #101;
  background-image: url(screenshot.png);
  background-repeat: no-repeat;
  text-align:center;
  font-size: 12pt;
  text-shadow: #111 2px 2px 1px;
}

#websites {
  position: absolute;
  top: 0px;
  left: 290px;
}

#websites ul{
  width: 660px;
  display: block;
}
#websites li{
  float: left;
  padding: 0.1em;
  padding-right: 1em;
  list-style-type: none;
  font-size: 16pt;
}
#websites a{
  font-family: Impact, sans-serif;
  font-weight: normal;
  color: white;
}
#websites a:hover{
  color: #ff8;
  text-decoration: underline;
}
#logo {
  text-align:left;
  font-family: Impact, sans-serif;
  font-weight: normal;
  font-size: 60pt;
}
#logo a{
  font-family: Impact, sans-serif;
  font-weight: normal;
  color: white;
}
#logo a:hover{
  color: #ff8;
  text-decoration: underline;
}
#mail {
  position: absolute;
  top: 45px;
  left: 330px;
  font-family: Impact, sans-serif;
  font-weight: normal;
  font-size: 9pt;
}

.adminPane{
  width: 640px;
  height: 440px;
  overflow: auto;
}

