body {
    background-image:url('images/background.jpg');
    background-position:center top;
    background-attachment:fixed;

    margin-left: 10%;
    margin-right: 10%;
    color: #EEEEEE;
    font-family: helvetica, times;
    font-size: 16px;
    text-align: justify;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 800px;
}

#monoid {
    width: 20%;
    float: right;
    border-color: #000000;
    border-width: thin;
    border-style: none;
}

table {
    border-style: none;
}

.team {
    width: 100%;
    line-height: 225%;
}
.team img {
    float: right;
    border-color: #000000;
    border-width: thin;
    border-style: solid;
    margin-bottom: 10px;
}

.indent {
    margin-left: 20px;
}

.screenshots td {
    padding: 5px;
}

.screenshot {
    width: 100%;
    border-color: #000000;
    border-width: thin;
    border-style: solid;
}

#screenshot {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    border-color: #000000;
    border-width: medium;
    border-style: solid;
}

#menu {
    margin-top: -25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 55%;
}
#menu td {
    width: 33%;
}

/*h1 {
    text-transform:uppercase;
}*/

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 5px;
    text-transform:uppercase;
}

h3 {
    letter-spacing: 4px;
    text-transform:uppercase;
}
h3::first-letter {
  font-weight: bold;
  font-size: 130%;
}

#download {
    text-align: center;
    display: block ;
    margin: 0 auto;

    letter-spacing: 4px;
    text-transform:uppercase;
    font-weight: bold;
}

#dodistribute {
  vertical-align: middle;
  margin-top: -8px;
  margin-right: 5px;
  height: 32px;
}

.TLDR {
    background-color: rgba(230, 230, 230, 0.5);
    color: #232323;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: -10px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 150%;
}

.BLOCK {
    background-color: rgba(23, 23, 23, 0.5);
    color: #E0E0E0;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: -10px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 150%;
}
.BLOCK ul {
    margin-right: 30px;
}

/*.BLOCK a:link,
.BLOCK a:visited,
.BLOCK a:hover {
    color: #E0E0E0;
    text-decoration: none;
}*/


a:link,
a:visited,
a:hover {
    color: #E0E0E0;
    text-decoration: none;
}

a.underline:link,
a.underline:visited {
  color: #E0E0E0;
  font-family: "Courier New", Courier, monospace;
}
a.underline:hover {
    color: #E0E0E0;
    font-family: "Courier New", Courier, monospace;
    text-decoration: underline;
}

.textcenter { text-align: center; }
.textmiddle { vertical-align: middle; }
.texttop { vertical-align:top; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

.dots {
   height: 0;
   border-style: dashed;
   border-width: 1px 0 0 0;
   border-color: #E0E0E0;
   width: 95%;
   margin-top: 40px;
   margin-bottom: 40px;
}

#video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

#image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 80%;
}
