
body {
    font: 32px SansRegular, sans-serif;
    background: #eeeeee url('../images/bg.jpeg');
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
}

h1 {
  text-align: center;
  font-family: SansLight, sans-serif;
  font-weight: normal;
  font-size: 48px;
  padding-top: 20px;
  padding-bottom: 0px;
  margin: 0px;
}

a {
  text-decoration:none;
  color: #000;
  width: 100%;
  display: block;
  text-align: center;
}

a:link { color: #000; }
a:visited { color: #000; }

a:hover {
  color: #555;
  background-color: #eee;
}

a:active {
  color: #555;
}

.content {
  background-color: #f8f8f8;
  margin: 0px auto 20px auto;
  font-family: SansLight, sans-serif;
  width: 700px;
  height: 100%;
  color: #000;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px;
  padding-bottom: 40px;
  -moz-box-shadow: 0px 0px 20px #222;
  -webkit-box-shadow: 0px 0px 20px #222;
  box-shadow: 0px 0px 10px #222;
}

.linkcomment {
  font-size: 22px;
}

.link {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 32px;
}

@media only screen and (max-width: 720px) {
.content {
  margin: 0px auto 10px auto;
  width: 440px;
  padding: 10px;
  padding-top: 1px;
  padding-bottom: 20px;
}
.linkcomment {
  font-size: 16px;
}
.link {
  padding-top: 5px;
  font-size: 26px;
}
}

@media only screen and (max-width: 479px) {
.content {
  margin: 0px auto 10px auto;
  width: 280px;
  padding: 10px;
  padding-top: 1px;
  padding-bottom: 20px;
}
.link {
  padding-top: 5px;
  font-size: 26px;
}
.linkcomment {
  font-size: 16px;
}
}

