body {
 color: white;
 font-family: "Lucida Grande", Tahoma, Verdana, Sans-serif;
 background-image:url("http://matt.flashstuf.com/sunsetdrive.jpg");
 background-color:#1A2E47;
 background-position:bottom right;
 background-repeat:no-repeat;
 background-attachment:fixed;
}
h1, h2, h3 {
 font-family: Century, Times;
 }
h1 {
 background: transparent url('http://www.latenightfiction.com/wp-content/rotator.php') no-repeat center left;
 height: 36px; 
 padding-top: 32px; 
 padding-left: 32px; 
 margin-top: -8px; 
 margin-left: -8px; 
 padding-bottom: 32px;
 }
h3 {
 margin: 9px 0;
 }
p {
 width: 60%;
 }
img {
 border: 0;
 }
abbr {
 padding-bottom: 2px;
 border-bottom: 1px dotted #666;
 cursor: help;
 }
a.icon {
 margin: 4px;
 }
div p {
 width: 98%;
 }
a:active {
 color: #556717;
 }
a:link, a:visited {
 color: #8BA726;
 text-decoration: none;
 }
a:visited {
 color: orange;
 }
a:hover {
 text-decoration: underline;
 }
.blog_entry {
 border-bottom-color: #1E3653;
 }
.blog_date {
 color: orange;
 }
div#mainpic {
 width: 640px; 
 height: 480px; 
 text-align: center; 
 padding: 0;
 border: 3px solid #A5AFB0; 
 background-image: url(matt.jpg);
 background-color: transparent;
 }
div#mainpic:hover {
 background-image: url(matt_hover.jpg);
 }