/*
	Copyright 		www.verheulcommunicatie.com

	color					#000000
*/


/* layout ________________________________________________________________________ layout*/

* {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	outline: none;}

img {
 	border: 0;}
	
body {
	background: url(../images/top-bg.gif) #ffffff repeat-x;}

#container {
	width:990px;
	position:relative;
	left: 50%;
	margin-left: -495px;}

/* powered by ____________________________________________________________________ powered by*/

#poweredby {
	color: #222222;
	font-size:9px;
	text-align:center;
	position:relative;
	margin:5px 0 5px 0;}

#poweredby a{
	color: #222222;
	font-size:9px;
	text-decoration:none;}

#poweredby a:hover{
	color:#666666;}
