body
{
 margin:0px auto;
 padding:0px;
 width:100%;
 font-family: Helvetica,Arial,sans-serif;
 background: white;
 background-attachment: fixed;
}
#studio
{
 position: absolute;
 left: 50%;
 top: 50px;
 transform: translate(-50%);
 width:85%;
 max-width: 780px;
 padding-bottom:75px;
 box-sizing:border-box;
 color:black;
 text-align: left;
}
#studio p
{
 font-size: 1em;
}
#studio a:link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
#studio a:hover {
  color: black;
  background-color: lightgray;
}
#studio a:visited {
  color: black;
}
#studio a:active {
  color: black;
}
hr {
  background-image: linear-gradient(105deg, #ffffff 33.33%, #000000 33.33%, #000000 50%, #ffffff 50%, #ffffff 83.33%, #000000 83.33%, #000000 100%);
background-size: 6.21px 23.18px;
height: 10px;
border: none;
}
img {
  width:100%;
}