/* CSS Document */

div.article { 
  text-align: justify;
  font-size: 10pt;
  width: 90%;
  margin: 40px 5%;
  line-height: 150%;
}

form input#author {
  width: 100%;
}

form textarea {
  width: 100%;
}


div#mystuff_top_stripe {
  background-image: url(http://joshis.iprofil.cz/images/graphics/aboutme.jpg);
  clear: both;
  width: 890px;
  height: 200px;
  border-bottom: 4px solid #004;
  background-color: rgb(10,13,48);
}
