a, a:link, a:visited {
font-family:courier;
color:D69FBE;
} 

a:active, a:hover {
font-family:courier;
color:FF0000;
text-decoration:none;
}

p, div, DIV {
font-family:courier; 
color:FFFFFF; 
}

body {
background-color:330033;
background-image:url(http://i31.photobucket.com/albums/c356/gstemke/WakeUpBusinessCard100dpi.jpg);
background-position:0%;
background-repeat:repeat;
background-attachment:fixed;
} 

/**for IE scrollbars**/
body {
scrollbar-track-color:663366;
scrollbar-face-color:660066;
scrollbar-highlight-color:663366;
scrollbar-base-color:000000;
scrollbar-darkShadow-color:000000;
scrollbar-shadow-color:999999;
scrollbar-arrow-color:009900;
}

/**DIV positioning**/
#page {
  position: relative;
  text-align: center;
  height: 100%;
}
#content {
  position: relative;
  text-align: left;
  width: 743px;
  height: 100%;
  background-color:000000;
}