/* leonzeisel.com */
/* home.css */

a,
body,
div,
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p,
ul,
ol,
li {
 color: white;
}

body {
 background-image: url("../images/patterns/pattern_bertholf.gif");
}

#masthead {
 width: auto;
 height: auto;
}

#page_content {
 position: relative;
 text-align: center;
}

#main_menu {
 top: -70px;
}

#tagline {
 font-size: 1.1538em; /* 14px */
 line-height: 1.5em;
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 text-transform: capitolize;
}

#book_covers {
 width: 486px;
 margin-left: auto;
 margin-right: auto;
}

#btn_home:visited {
 background-position: 0 -38px;
}