body{
	background-image:url(images/bakgrund.jpg);
	background-repeat:repeat-x;
	}

#MainDiv{
    height:600px;
    width:780px;
    margin:50px auto;
	}

#FilmDiv{   
    height:160px;
    width:780px;
    }
    
#NavDiv{
    height:60px;
    width:760px;
    background-color:#f5f5f5;
    text-align:justify;
    padding-left:20px;
    }
	
#ContentDiv{	
	height:auto;
	width:740px;
    background-color:#f5f5f5;
    background-position:left;
	padding:20px;
	font-weight:normal;
	}

#LeftNavDiv{
	height:auto;
	width:150px;
	float:left;
	}

#ContentTextDiv{
	height:auto;
	width:590px;
	float:left;
	}

#Clear{
	clear:both;
	}
	
#BottomDiv{
	width:760px;
	height:30px;
	background-color:#b0c0d0;
	font-size:9pt;
	text-align:center;
	padding:0 10px 0 10px;
	}
	
#WebinfoDiv{
	width:760px;
	height:8px;
	font-size:8pt;
	color:#708090;
    text-align:center;
    padding:0 10px;
    }
	
#Disclaimer{
	width:500px;
	height:auto;
	font-size:8pt;
	border:1px dotted #708090;
	margin:0 auto;
	}