/*
Keysershof
Target: Screen
Author: freshface.be
*/

/* @group Import */

@import url("utils/css-reset.css");
@import url("grid.css");


/* @end */



body,html
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background: transparent url(assets/pattern.png) repeat 0 0;
	color: #908c76;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}


img
{
	border: 0;
}

/* @group Dotted links in removal (FF) */

a {
  outline: none;
}


:focus {
  -moz-outline-style: none;
}
