body {
    background-color: black;
    font: 16px/30px verdana,helvetica, arial, serif;
    color: white;
}


#main {
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 1022px;
  height: 909px;
  padding: 40px 20px 0 20px;
}

h1 {
    font-family: 'IM Fell DW Pica', arial, serif;
    font-size: 10em;
	line-height: 0.3125em;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
    color: #8f8f8f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px #5c5c5c solid;
    width: 400px;
    float: left;
    padding: 8px;
    margin-top: 280px;
    margin-right: 60px;
}
