/* External CSS File */
/* servedup.css */


html {
  margin: 0;
  padding: 0;
  background: black;
  }

body {
  position: relative;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: white;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  }

h5 {
  margin: 0;
  
  font-size:13px;
  text-align: center;
  }

p, a {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  color: white;
  text-decoration: none;
  }

img {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  border: none;
  }


#box {
  position: relative;
  width: 320px;
  height: 350px;
  background-color: rgb(0,0,0);
  }

#bluebox {
  position: relative;
  width: 320px;
  background-color: rgb(0,0,0);
  }


#lightbox {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: 150px;
  height: 110px;
  background-color: rgb(32,32,32);
  border: 1px dotted grey;
  padding: 10px;
  }

#pixex {
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  }

#pixeltest {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: 150px;
  height: 50px;
  background-color: rgb(32,32,32);
  border: 1px dotted grey;
  padding: 10px;
  }

#graytest {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: 150px;
  height: 50px;
  background-color: rgb(32,32,32);
  border: 1px dotted grey;
  padding: 10px;
  }

#bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width:308px;
  background-color: rgb(0,0,0);
  border: 1px dotted grey;
  padding: 5px;
  z-index: 7;
  }

#playbutton {
 float:left;
   }


#bottom p {
  margin-top: 5px;
  }

#gradientbox {
  position: relative;
  height: 1px;
  width: 320px;
  }

#bluebox gradientbox {
  position: relative;
  height: 10px;
  width: 320px;
  }


#backab  {
  position: absolute;
  bottom: 1px;
  right: 0;
  height: 59px;
  width:70px;
  }

