<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#frame{
  width : 700px;
}

#main{
  width : 500px;
  float : right;
}

#side{
  width : 200px;
  float : left;
}

body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

</pre></body></html>