/*styles for he was a quiet man homepage*/

html {
height: 100%;
width: 100%;
}
body {
margin: 0 0 0 0;
width: 100%;
background-color: #000;
font-family: monospace;
color: #ccc;
}

/*header*/

h1 {
font-family: monospace;
font-size: 50px;
color: #ccc;
font-weight: 400;
text-align: left;
margin-left: 60px;
margin-bottom: 0;
margin-top: 20px;
letter-spacing: 5px;
}
h2 {
font-family: monospace;
font-size: 20px;
color: #000000;
text-align: left;
margin-left: 380px;
margin-bottom: 0px;
}
a:link {
border: 0px;
text-decoration: none;
}
a:visited {
border: 0px;
text-decoration: none;
}
a:hover {
border: 0px;
text-decoration: none;
}
a:active {
border: 0px;
text-decoration: none;
}
/*main content*/

#content {
margin: 0 auto;
}
#contentmap {
width: 1200px;
margin: 0 auto;
}
#footer {
position: absolute;
width: 100%;
height: 30px;
bottom: 0;
top: 820px;
margin-left: 10px;
padding-bottom: 15px;
}
#footer p {
font-size: 11px;
color: #666666;
text-align: left;
margin-right: 25px;
}
#footer a:link, a:visited { 
color: #666666;
font-weight: bold;
text-decoration: none; 
}
#footer a:hover, a:active {
color: #666666;
font-weight: bold;
text-decoration: underline;
}



