body { 
    background-color: #000000;
	overflow: hidden;
    padding: 0px;
    margin: 0px;
}

p {
	font: 0.8125em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	height: inherit;
    color: #ffffff;
}

#frame {
  width: 100%;
  height: 605px;
  border:40px solid black;
  top: -605px;
  position: relative;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
