@charset "utf-8";
html, body {
	height: 100%;
}

html {
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#FFFFFF;
	color:#141414;
	font-weight:300;
	font-size:16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:28px;
}


#tekst {
	background:no-repeat;
	margin: 0px auto;
    width: 500px;
    height: 300px;
    top: 25%;
    position: relative;
}
	

@media (max-width: 550px) {
	#tekst {
    max-width: 100%;
	}
	img {
    max-width: 100%;
	}
/* CSS Document */

