/* CSS Document */

body
{
  background-color:#000000;
  padding:0;
  margin:0;
}

/* FONTS */
p
{
  font-family:"Franklin Gothic Demi", Arial, Verdana;
  color:#FFFFFF;
  font-size:11px;
  line-height:17px;
 }
  
h1
{
  font-family:"Franklin Gothic Demi", Arial, Verdana;
  color:#FFFFFF;
  font-size:25px;
  line-height:22px;
}

/* LINKS */
A:link img, A:visited img, A:hover img, A:active img
{
  border-style:solid;
  border-color:#FFFFFF;
  border-width:1px;
}

A:link, A:visited, A:hover, A:active 
{
  color:#BB0000;
  text-decoration:none;
}

#header a img 
{
  border: none;
}

#social a img 
{
  border: none;
}

/* INHOUD OPMAAK */

#wrapper
{
	position:relative;
	width:980px;
	z-index:1;
	left: 50%;
	margin-left: -490px;
	background-image:url(images/skulls.png);
	background-repeat:no-repeat;
}

#main
{
	position:relative;
	width:936px;
	height:830px;
	z-index:2;
	left:50px;
	top:5px;
}

	#header
	{
		position:relative;
		width:936px;
		height:200px;
		z-index:4;
	}

		#body
		{
			position:relative;
			width:575px;
			height:550px;
			z-index:3;		
			overflow:scroll;
			overflow-x: hidden;		
			top:-23px;		
			left:140px;
			border-top-style:solid;
			border-top-color:#FFFFFF;
			border-top-width:1px;							
			border-bottom-style:solid;
			border-bottom-color:#FFFFFF;
			border-bottom-width:1px;		
		}

			#social
			{
				position:absolute;
				z-index:2;
				top:-1px;
				left:1px;
				background-color:#000000;
				border-style:solid;
				border-color:#FFFFFF;
				border-width:1px;
				padding-left:4px;
				padding-right:4px;
				padding-bottom:4px;
			}

				#badge
				{
					position:relative;
					z-index:4;
					padding-top:4px;
				}
								
			#upcoming
			{
				position:relative;
				width:525px;
				height:131px;
				top:-1px;
				left:35px;
				z-index:3;
			}
			
					#img
					{
						width:131px;
						height:131px;
						float:left;
					}

			#menu
			{
				position:absolute;
				width:35px;
			}
			
				#news
				{
					position:relative;
					top:20px;
					z-index:4;
					left:1px;
				}
				
				#releases
				{
					position:relative;
					top:19px;
					left:8px;
					z-index:4;
				}
				
				#about
				{
					position:relative;
					top:18px;
					left:8px;
					z-index:4;
				}
			
			#content
			{
				position:relative;
				width:524px;
				height:830px;
				z-index:2;
				top:-1px;
				left:35px;				
				background-color:#000000;
				border-left-style:solid;
				border-left-color:#FFFFFF;
				border-left-width:1px;
				border-right-style:solid;
				border-right-color:#FFFFFF;
				border-right-width:1px;
				padding-top:5px;
			}
					
				table
				{
					border-collapse:separate;
					border-spacing:15px 0px;
				}				

			
				table th
				{
					text-align:left;
				}
				
				#twitter
				{
					width:487px;
					height:300px;
					margin-top:15px;
					margin-left:15px;
					margin-bottom:15px;
					border-style:dotted;
					border-color:#FFFFFF;
					border-width:1px;
				}				
