body {
  text-align:center;
  margin:auto;
  width:750px;
  background:#000;
  color:#FFFFFF;
  padding:0px;
  margin-top:0px;
}

#body {
  text-align:center;
  margin:auto;
  width:750px;
  background:#000;
  color:#FFFFFF;
}


#screenplay-form {
  float:right;
  text-align:left;
  width:350px;
  padding:0px 10px;
  margin-left:10px;
  border:1px solid #555;
  height:650px;
  margin-top:55px;
}


#screenplay-form .csc-form-labelcell {
  text-align:right;
}

#screenplay-form a:link {
  color:white;
  font-weight:bold;
  text-decoration:none;
}
#screenplay-form a:visited {
  color:#ccc;
  text-decoration:none;
}
#screenplay-form a:hover, #screenplay-form a:active {
  color:#white;
  font-weight:bold;
  text-decoration:underline;
}

#main-content {
  text-align:left;
  padding-top:35px;
}


#copyright {
  text-align: center;
  color: rgb(204, 204, 204);
  font-family: Arial,sans-serif;
  font-size: smaller;
}
#copyright a:link, #copyright a:visited {
  color: rgb(204, 204, 204);
  text-decoration: underline;
}
#copyright a:hover, #copyright a:active {
  color:white;
  text-decoration: underline;
}