<!DOCTYPE html>
<html lang="nl-NL">
<head>
<style>
/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	height:100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background:#fff;
	color: #000;
	height:100%;
}

/* Links ---------------------- */
a img {
	border: none;
}
p a, p a:visited {
	line-height: inherit;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	direction: ltr;
}

p {
	font-family: inherit;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 17px;
}

a {
	color: #9eba0e;
	text-decoration: underline;
	line-height: inherit;
}
a:hover {
	color: #9eba0e;
}

a:focus {
	color: #9eba0e;
}

/* The Grid ---------------------- */
.row {
	width: 810px;
	max-width: 100%;
	min-width: 810px;
	margin: 0 auto;
}
.row.collapse .column, .row.collapse .columns {
	padding: 0;
}
.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0;
}
.row .row.collapse {
	margin: 0;
}

.column, .columns {
	float: left;
	min-height: 1px;
	padding: 25px;
	position: relative;
}
.column.centered, .columns.centered {
	float: none;
	margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
	float: right;
}

[class*="column"] + [class*="column"].end {
	float: left;
}

.one, .row .one {
	width: 8.33333%;
}

.two, .row .two {
	width: 16.66667%;
}

.three, .row .three {
	width: 25%;
}

.four, .row .four {
	width: 33.33333%;
}

.five, .row .five {
	width: 41.66667%;
}

.six, .row .six {
	width: 50%;
}

.seven, .row .seven {
	width: 58.33333%;
}

.eight, .row .eight {
	width: 66.66667%;
}

.nine, .row .nine {
	width: 75%;
}

.ten, .row .ten {
	width: 83.33333%;
}

.eleven, .row .eleven {
	width: 91.66667%;
}

.twelve, .row .twelve {
	width: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}
/* Nicolas Gallagher's micro clearfix */
.row {
	*zoom: 1;
}

.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}	
</style>
</head>
<body>
	<div class="row">
	<div class="twelve column">	
		<p style="text-align: center;">
			<img src="logo-Loft.png" width="200" alt="Loft logo" />
		</p>
		<p style="text-align:center;">
			VOF Loft Multimedia is de bedrijfsnaam waaronder <a href="http://www.berbervandenbrink.nl" title="Freelance grafisch vormgever en illustrator">Berber van den Brink</a> en <a href="http://www.jorisvm.nl" title="Freelance web developer">Joris van Montfort</a> freelance opereren. Soms samen maar ook zelfstandig.
		</p>
	</div>
</body>
</html>