body {
font-size: small;
font-family: arial, helvetica, sans-serif;
color: black;
font-weight: bold;
}
#wrapper { 
position: relative;
background: transparent;
background: transparent url("images/background.jpg") no-repeat 0 0;
width: 800px;
height: 610px;
top: 0;
right: 0;
bottom: 550px;
left: 0;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
overflow: hidden; 
}
.main {
position: relative;
width: 800px;
padding: 105px 0 0 10px;
overflow: hidden; 
}
.about a {
display: block;
position: absolute;
top: 445px;
left: 355px;
width: 56px;
height: 56px;
background: url("images/gifs/about_1.gif") no-repeat 0 0;
text-indent: -7000px;
text-decoration: none;
}
.about a:hover {
background: url("images/gifs/about_2.gif") no-repeat 0 0;
}
.samples a {
display: block;
position: absolute;
top: 460px;
left: 474px;
width: 56px;
height: 56px;
background: url("images/gifs/samples_1.gif") no-repeat 0 0;
text-indent: -7000px;
text-decoration: none;
}
.samples a:hover {
background: url("images/gifs/samples_2.gif") no-repeat 0 0;
}
.quotes a {
display: block;
position: absolute;
top: 460px;
left: 591px;
width: 56px;
height: 56px;
background: url("images/gifs/quote_1.gif") no-repeat 0 0;
text-indent: -7000px;
text-decoration: none;
}
.quotes a:hover {
background: url("images/gifs/quote_2.gif") no-repeat 0 0;
}
.contact a {
display: block;
position: absolute;
top: 430px;
left: 710px;
width: 56px;
height: 56px;
background: url("images/gifs/contact_1.gif") no-repeat 0 0;
text-indent: -7000px;
text-decoration: none;
}
.contact a:hover {
background: url("images/gifs/contact_2.gif") no-repeat 0 0;
}
#footer {
position: absolute;
top: 530px;
left: 0;
width: 100%;
font-size: .93em;
text-align: center;
letter-spacing: 0.01em;
overflow: hidden;
}
hr {
width: 800px;
height: 1px;
color: black;
}
a {
font-size: 1.1em;
color: #989898;
text-decoration: none;
}

h1, h2 {
color: #989898;
line-height: 90%;
}
h1 {
font-size: 250%;
}
.whistle a:hover {
color: #ffdd33;
}
h2 {
font-size: 175%;
}
.ideas {
font-size: 55%;
color: black;
}
.small {
font-size: 92%;
color: black;
text-align: center;
}
.things {
font-weight: bold;
font-size: 165%;
color: #989898;

}
.leading {
line-height: 150%;
}
a img {
border: none;
}
p {
margin: 0;
padding: 0;
}





