body {
margin: 0;
padding: 0;
background: #000 url(candle.JPG) no-repeat top left fixed;
color: #fff;
font: 100%/1.5 Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
}

#box {
position: absolute;
top: 50px;
left: 400px; 
width: 400px;
background: #778;
}

#inner {
text-align: left;
background: #f8f8ee;
position: relative;
top: -0.5em;
left: -0.5em;
border: 3px double #b0a40b;
padding: 1em;
}
#inner h2 {
font:  bold 1.2em Georgia, Times, Palatino, serif;
color: #b0a40b;
border-bottom: 1px dotted #999;
text-align: center;
text-transform: uppercase;
word-spacing: 2px;
}
#inner p {
color: #000;
}

.first {
color: #b0a40b;
font-weight: bold;
font-family: Georgia, Times, Palatino, serif;
}

a:link {
color: #5d4831;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #221609;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #b93e3e;
background: #e8e9cf;
text-decoration: underline;
}

