/* ====================================================
	Title:		Screen Style Sheet - BinnenHuisCenter
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.03.20
==================================================== */
	@import url("main.css");

*{
	margin: 0;
	padding: 0;
}

html { 	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	height: 100%; 
	margin: 0 0 1px 0; 
}

body {
	font-size: 62.5%;
	line-height: 1.4em;
}

a img, img { border: 0;}

.left{float:left; display:inline;}
.right{float:right; display:inline;}
.clear {clear:both;display:none;}
