body {
  font-family : "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
}

input {
  font-family : "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
}

input#url {
  font-size : 24px;
  width : 540px;
  padding : 5px;
  margin : 0 10px 0 0;
}

input#show-button {
  padding : 5px;
  margin : 0;
  font-size : 24px;
  font-weight : bold;
}

input#show-button:hover {
  cursor : pointer;
  background : #FFF0A4;
}

img {
  display : block;
  margin : 0 auto;
  border : 0 !important;
}

#body {
  margin : 20px auto;
  width : 650px;
}

p#info {
  font-weight : bold;
  padding : 10px 0 20px 0;
  font-size : 20px;
  line-height : 1.5;
}

p#top-info {
  font-weight : bold;
  padding : 5px 0% 0px 2%;
  font-size : 16px;
  line-height : 1.5;
  position : fixed;
  top :0;
  left : 0;
  height : 40px;
  width : 98%;
  background : white;
  z-index : 3000;
  border-bottom : 1px solid #ddd;
}

h1 {
  font-size : 36px;
  text-align : center;
  margin : 0;
}

#by,#by a {
  color : #ccc;
  font-size : 16px;
  text-decoration : none;
  margin : 0;
  padding : 0;
}

#by a:hover {
  background : #f3f3f3;
}

#mini-logo {
  display:inline;
  position:relative;
  top:10px;
  padding-right:5px;
  border:0
}