
html
{
  margin:0px;
  padding:0px;
  height:100%;
}

body
{
  height:100%;
  margin:0px;
  padding:0px;
  font-family: "Optima", "Verdana", "Futura", "Lucida Sans", "Arial",
    "Geneva", "Helvetica", sans-serif;
  font-size:90%;
  line-height:140%;
  background-color:#333;
  background-image:url(/~chrender/images/stripes-2.png);
  background-repeat:repeat;
  color:#101010;
}

div.single-color-background
{
  position:relative;
  top:0px;
  left:0px;
  background-image:url(images/1-pixel-e5e3ea.jpg);
  background-repeat:repeat;
  max-width:1024px;
  min-height:100%;
  margin:0px auto 0px auto;
  border-left:1px dashed #444;
  border-right:1px dashed #444;
}

div.background-image
{
  position:fixed;
  z-index:1;
  height:100%;
  width:100%;
  padding:0px;
  margin:0px;
  background-image:url(images/background-westerhever.jpg);
  background-repeat:no-repeat;
  background-position:0px bottom;
}

div.textarea-wrapper
{
  position:relative;
  z-index:2;
  height:100%;
}

div.textarea-padding
{
  position:relative;
  padding:40px 0px 40px 0px;
  margin:0px 10% 0px 32.25%;
}

div.minimize-button
{
  position:absolute;
  width:100%;
  top:40px;
  left:0px;
  min-width:250px;
  text-align:right;
}

img.minimize-button
{
  padding:2px;
}

div.textarea
{
  margin:0px;
  padding:20px 30px 10px 40px;
  background-image:url(images/1-pixel-cdccd2-alpha70.png);
  background-repeat:repeat;
  border:1px solid #404040;
  min-width:250px;
}

div.hyphenate
{
  text-align:left;
}

a:link
{
  color: #2222f0;
  text-decoration:none;
  border-bottom:1px dotted #2222f0;
}

a:visited
{
  color: #a033a0;
  text-decoration:none;
  border-bottom:1px dotted #a033a0;
}

a:hover
{
  color: #e03333;
  text-decoration:none;
  border-bottom:1px solid #e03333;
}

