@charset "utf-8";
/* CSS resetter */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	padding:0;
	margin:0;
	outline:0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}
#content ul{
	margin:0;
	margin-left:20px;
	list-style-type: disc;
	list-style-image:none;
	list-style-position:outside;

}
/* CSS Document */

body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family: Calibri,Verdana, Arial;
	color:#ff9a00;
}
#refinery{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	width:474px;
	height:280px;
}
#jackpump{
	display:block;
	position:absolute;
	top:52px;
	left:523px;
	width:264px;
	height:228px;
	background-image:url(img/jackpump.png);
	background-repeat:no-repeat;
}
#grungespot{
	display:block;
	position:absolute;
	left:664px;
	top:258px;
	width:140px;
	height:178px;
	background-image:url(img/grunge_spot.png);
}
#titlespacer{
	display:block;
	position:absolute;
	top:286px;
	left:30px;
	width:727px;
	height:45px;
	background-image:url(img/header_bar.png);
}
#lang_en{
	position:absolute;
	top:290px;
	left:700px;
	width:52px;
	height:38px;
	background-image:url(img/en.jpg);
}
#lang_nl{
	position:absolute;
	top:290px;
	left:695px;
	width:56px;
	height:38px;
	background-image:url(img/nl.jpg);
}
#barrel{
	display:block;
	position:absolute;
	top:334px;
	left:583px;;
	width:144px;
	height:106px;
	background-image:url(img/nav_top.png);
}
#druipsel{
	display:block;
	position:absolute;
	top:440px;
	left:600px;;
	width:12px;
	height:136px;
	background-image:url(img/nav_stretch.png);
}
#druipvlek{
	display:block;
	position:absolute;
	top:567px;
	left:568px;
	width:119px;
	height:77px;
	background-image:url(img/nav_bottom.png);
}
#navlinks{
	display:block;
	position:absolute;
	top:445px;
	left:571px;
	width:186px;
	text-align:center;
	padding-bottom:2px;
}
#navlinks a, #navlinks a:visited{
	margin:3px;
	color:#ff9a00;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #ff9a00;
}
#navlinks a:hover{
	margin:2px;
	color:#000000;
	background-color:#ff9a00;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #000000;
}
#powered{
	display:block;
	width:170px;
	height:34px;
	position:absolute;
	top:656px;
	left:577px;
	background-image:url(img/sponsors.png);
}

#sponsors{
	display:block;
	position:absolute;
	top:700px;
	left:578px;
	width:165px;
}
#content{
	display:block;
	position:absolute;
	top:332px;
	height:500px;
	left:30px;
	width:523px;
	padding-left:10px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.title{
	margin-right:30px;
	margin-top:10px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:140%;
	font-weight:bold;
	background-color:#ff9a00;
	color:#000000;
	text-align:right;
}
#subnav a, #subnav a:visited{
	color:#ff9a00;
}
#subnav a:hover{
	color:#000000;
	background-color:#ff9a00;
}
