/*
	Target: Screen
	Author: Figure8 bvba - figure8.be
*/


body,html
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ededed;
}

body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #353654;
	/*#FFFFFF;*/
	
}

img
{
	border: 0;
}

a {
  outline: none;
}

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