h3 {
  font-family: arial;
}

img {
  border: 5px solid;
  border-radius: 10px;
  background: #fff; 
}

body {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255,255,255)),color-stop(0.68, rgb(0,115,255))) no-repeat;
  background: -moz-linear-gradient(center bottom,rgb(255,255,255) 0%,rgb(0,115,255) 68%) no-repeat;
}

#logo {
  width: 320px;
  height: 100px;
}

#download {
  float: right;
  width: 200px;
  height: 100px;
}

#contact {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#download img {
  float: left;
  border: 0;
  border-radius: 0;
  background: transparent; 
}

#screenshots {
  float: left;
  max-width: 50%;
}

#screenshots img {
  width: 180px;
  height: 135px;
}

#twtr-widget-1 {
  float: right;
  max-width: 50%;
}

.twtr-ft {
  display: none;
}
