a:link
{ text-decoration: underline; color:#993366; }
a:visited
{ text-decoration: underline; color:#993366; }
a:active
{ text-decoration: underline; color:#993366; }
a:hover
{ text-decoration: none; color:#993366;

background-color: #FFCCCC; }

h1 {font-family: 'times new roman'; 
  color: #663366;
  font-size: medium;
  text-align: center;
}

body
{ background: #D0BEBA;
  background-image: url(http://www.guildmerge.net/graphics/zooeybg.jpg); 
  background-repeat: repeat-y; 
  background-position: top right; 
  background-attachment: scroll;

font-family: 'times new roman';
color: #663366;
font-weight: normal;
font-size: small;
}

#page {
  position: absolute;
  width: 700px;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
  background-image: url(http://www.guildmerge.net/graphics/zdbg.jpg); 
  background-repeat: repeat-y; 
  background-position: top left; 
  background-attachment: fixed;
}

#header {
  height: 265px;
  left: 0px;
  top: 0px;
}

#text {
  float: right;
  top: 265px;
  left: 220px;
  width: 460px;
  background: transparent;
  padding: 10px;
}

#nav {
  float: left;
  width:180px;
  top: 265px;
  left: 20px;
  background: transparent;
  padding: 10px;
  padding-left: 20px;
}