/* main.css */
body { 
  font-family: Tahoma, Arial, "Arial", serif;
  font-size: 17px;
  background: #fff url(../images/backgrnd.jpg) top left repeat-x;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: black;}

div#main {
  position: relative;
  background: #fff url(../images/top-book2.jpg) top center no-repeat;
  width: 761px;
  border-style: solid; 
  border-width: 3px;
  border-color: #000000;
  margin: 0px auto;
  padding: 0px;
}
div#nav {
  position: absolute;
  top: 150px;
  right: 0px;
  
}
div#nav img {
  border: 3px solid black;
}

div#content {
  background-color: transparent; 
  background-image: url(../images/flower.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-left: 270px;
  padding-right: 20px;
  padding-top: 210px;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}

div#content a.create {
  display: block;
  text-align: center;
}

div#content a.create img {
  border: 0px;
}

div#inkwell {
  background: transparent url(../images/pen-ink.gif) bottom left no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 250px;
  height: 500px;
}
div#log {
  position: absolute;
  top: 330px;
  margin-left: 30px;
}
#pw {
  border: 2px solid #000000;
}
#un {
  border: 2px solid #000000;
}
#submit {
  border: 2px solid #000000;
  margin-top: 10px;
  margin-left: 87px;
  background: #fff
}
div#cwebdes {
  font-size: 12px;
}
div#copyright {
  font-size: 14px;
  color: #FF9999;
  font-weight: bold;
  position: center;
}