body {
text-align: center;
font-family: tahoma,verdana,arial;
background: #000000;
color: #000000;
font-size: 8pt;
margin:0px auto;
background-image: url('http://www.joshandrosemary.com/images/bg.png');
background-repeat: repeat-y;
background-position: center;
}

.button {
display: none;
}

#content-container {
position:relative;
margin:0px auto;
width:100%;
}

#content {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index:2;
text-align:left;
color: #000000;
font-size: 8pt;
}

#content a{
color: #006666;
text-decoration: underline;
}

#content a:hover{
color: #914400;
text-decoration: underline;
}

#content h1 {
margin-top: 0px;
margin-bottom: 10px;
font-size: 10pt;
font-weight: bold;
}

#content p{
margin-top: 0px;
margin-bottom: 10px;
}

#content td{
color: #000000;
font-size: 8pt;
}

#nav {
display: none;
}

#nav a{
color: #000000;
text-decoration: none;
}

#nav a:hover{
color: #006666;
text-decoration: none;
}

#graphics {
display: none;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}