body {
title: Bob Ross Explosion;
background-color:#000000;
background-image: prettytile.gif;
background-repeat: repeat;
text-align: center;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-color: 000000;
}

a {text-decoration: none;}            

b {
font-family: magneto, Tahoma, verdana, times;
color: yellow;
font-weight: bold;
}

.container {
text-align: left; 
margin: 0 auto; 
width: 760px;
background-color: #EC0109;
border: solid 10px black;
}

.header {
background-image:url("titlebar1.gif");
background-repeat: no-repeat;
height:150px;
border-bottom: solid 1px black;
 
}

#achtergrond {
background-image:url(backgroundwind.gif);
background-repeat: repeat-y;
background-position: top center;
background-padding: 10px;
position: relative;
z-index:1;
}

.menu {
position: relative;
float: left; 
width: 120px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: magneto, Helvetica, sans-serif;
font-size: 14px;
z-index:2;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
background-color: #FF6600;
background-image: url(prettytile.jpg);
background-repeat: no-repeat;
font-family: magneto, times, verdana;
z-index:10;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(prettytile.gif);
background-repeat: no-repeat;
color:  	#556B2F;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FFD700;
background-image: url(list.jpg);
background-repeat: no-repeat;
color:  	#006400;}


.content {
padding: 3px 10px 10px 200px;
z-index:20;

}
.skull {
padding: 2px;
position: absolute;
border: 1px solid black;
top: 600px;
left: 100px;
z-index: 19;
}


.footer {
background-color: #FF4500;
clear: left; 
border-top: solid 1px black;
}
h1 {

font-family: magneto, Tahoma, Georgia, Times New Roman, Times, serif;

font-size: 22px;

font-weight: bold;

color: floralwhite; 
}
h2 {

font-family: magneto, Tahoma, Georgia, Times New Roman, Times, serif;

font-size: 18px;

font-weight: bold-italic;

color: floralwhite; 
}
p {

font-family: Tahoma, Georgia, verdana, Times New Roman, Times, serif;

font-size: 16px;

font-weight: bold;

color: floralwhite; 
}

a {
color: gold;
active: gold;
link: gold;
text-decoration: none;
}
p#support
{
position: absolute;
top:0em;
left:-10em;
}