html,body {
    background: url(bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    font-family: 'PT Sans', sans-serif;
}
#content {
  position:absolute;
  left: 10%;
  top: 15%;
}
p {
  width: 500px;
  font-weight: 400;
  font-size: 20px;
  color: #323B40;
  letter-spacing:1px
}
.dict {
  border-left: 1px solid #323B40;
  padding-left: 20px;
}
strong {
  font-weight: 700;
}
a:visited, a:link, a:active {
  color: #994A1C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
