/*
fACT Consult
Target: Screen
Author: Frederik Heyninck - Freshface.be
*/


/* @group Import */

@import url("nl_lay-out.css");
@import url("nl_menu.css");
@import url("nl_text-styles.css");

/* @end */

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

body {
	background: transparent url(../images/footer-gradient.jpg) repeat-x fixed left bottom;
	font: 12px/20px Verdana, sans-serif;
	color: white;
}

img {
	border: 0;
}

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

a {
  outline: none;
}


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

/* @end */

a:link,
a:visited {
	color: #212e39;
	text-decoration: none;
}

a:hover {
	color: #425c72;
}
