@CHARSET "UTF-8";

html{
	height:100%;
}

body{
	height:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
}

#container{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	height:100%;
}

#tekst{
	font-size: 1.4em;
	position:absolute;
	top:15%;
	width:600px;
	text-align:center;
	left:100px;
}

#tekst a{
	color:black;	
	text-decoration:none;
}

#tekst a:hover{
	text-decoration:underline;
}

#tekstTITS{
	letter-spacing: 10px;
	font-size: 2.6em;
}

#brands{
	font-size: 1.2em;
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	text-align:center;
	bottom: 0px;	
	padding-bottom: 5px;
	color:grey;
}
