@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
	color: #000000;

    background: url(images/bgintro2.jpg) no-repeat #000000;

	background-attachment: fixed;

	background-position: center;
	
	height: 100%;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#container{
position: absolute;
left: 50%;
top: 50%;

width: 1000px;
height: 600px;
margin-left: -500px; 
margin-top: -300px;  
}



#tekst{
position: absolute;
margin-left: 710px;
margin-top: 525px;
width: 280px;
height: 40px;
color: #FFFFFF;
font-size: 27px;

}

a:link {color: #FFFFFF; text-decoration:none;}      /* unvisited link */
a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
a:hover {color: #000000; text-decoration:none;}  /* mouse over link */
a:active {color: ##4d370e; text-decoration:none;}  /* selected link */


#fotorechts{
float:left;
margin-left: 595px;
margin-top: 10px;
width: 400px;
height: 580px;

}
