html {
	background: url(pictures/hennafire.jpg);
        background-repeat: repeat-x;
        background-position: top center;
        background-color: #000000;

}
.container { 
	background-image: url(pictures/back5opt.jpg);
        background-position: top center;
        background-repeat: no-repeat;
}

.content {
	width: 960px;
	padding-bottom: 1em;
	font-family: Palatino, “Palatino Linotype”, “Palatino LT STD”, “Book Antiqua”, Georgia, serif;
	font-size:18px;
        position:relative;
}

.book {
	width: 350px;
	padding-left: 15px;
}

body, td, th {
	color: #FFECA0;
        font-size:1em;
}

h1 {
	color: #ffe376;
}

h2 {
	color: #ffe376;
}

h3, h4 {
	color: #ffffff;
}

h5, h6 {
	color: #ffffff;
}

hr
{
    background-color: #eee;
    border: 0 none;
    color: #EE9A4D;
    height: 1px;
}

a {
	color: #ffe376;
}

form {
	background-color: #500802;
}

a.imgPop {
    z-index:300;
}
a.imgPop:hover {
    display:inline;
    z-index:300;
}
a.imgPop span {
    display:none;
}
a.imgPop:hover span, a.imgPop span:hover {
    display:block;
    position:absolute;
    top:28em;
    left:0em;
    width:9em;
    height:9em;
}