body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#000;
background-image:url(../images/background.jpg);
background-position: top center;
background-repeat:no-repeat;
}
#header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:normal;
	}
b{font-size: 110%;}
em{color: red;}
#about{
	position:absolute;
	left:261px;
	width: 75px;
	color:#669999;
	top: 3px;
	
	}
#sponsors
{
	position:absolute;
	left:481px;
	width:98px;
	color:#669999;
	top:3px;
}
#dvd
{
	position:absolute;
	left:381px;
	width:98px;
	color:#669999;
	top:3px;
}
a
{
	color:#669999;
}
#quote{
	font-family:Arial, Helvetica, sans-serif;	
	font-style:italic;
	font-weight:bold;
	font-size:small;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/


}

#topsection{
background:none;
height: 90px; /*Height of top section*/
color:#FFF;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 20px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	height:500px;
}
#mainplaceholder
{
	position:relative;
	width:auto;
	height:600px;
}
#logga
{
	position:absolute;
	left:32px;
	top: 354px;
}
#maintext
{
	color:#FFF;
	position:absolute;
	top:360px;
	left:400px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	line-height:normal;
}
#menu
{
	position:relative;
	top: 500px;
	left:0px;
	width: 100%;
	height: 45px;
	z-index: 1;
	border-top-style:solid;
	border-top-color:#333333;
	border-top-width:thin;
	
	
}
.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	
}
#leftcolumn
{
	float: left;
	width: 20px; /*Width of left column in pixel*/
	margin-left: -860px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn
{
	float: left;
	width: 20px; /*Width of right column*/
	margin-left: -20px; /*Set left margin to -(RightColumnWidth)*/

}

#footer
{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
color: #FFFF80;
position:relative;

}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}
