h1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;

}

a, a:visited { color: #0066CC; }
a:hover { color: #fff; background-color:#000; }

h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}

#logo { margin: auto; display: block;}

#donateBox, #fbBox {
  text-align:center;
}

.bars {
  height: 20px;
  margin: auto;
}

#blueBar {
  width: 900px;
  background-color: #0066CC;
  margin-top: 40px;
}

#greenBar {
  width:500px;
  background-color:#009900;
  margin-bottom: 40px;

}

.curvedBox {
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.screens img {
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
}

.opensource {
  text-align: center;
  font-size: small;
  background-color: #009900;
  margin: 15px;
  padding: 1px;
  font-weight: bold;
}

.rightSide {
  margin-top: 50px;
}

.leftSide {
  padding-left: 15px;
}

.downloadButton {
  background-color: #88b9e7;
  padding: 10px;
  margin-left:15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.packIcon {
  width: 50px;
  float: left;
  padding-right: 20px;
}

.downloadText {
  font-weight: bold;
  font-size: 1.3em;
}

.ltDownloadText {
  font-size: small;
  text-align: right;
}
