/* ====================================================
	Title:		Screen Style Sheet - SAPRO placeholder
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.03.20
==================================================== */

*{
	margin: 0;
	padding: 0;
}

html { 	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center; 
}
h1 {
	position: absolute;
	left: 30px;
	top: 314px;
	width: 913px;
	height: 74px;
	background: url(../images/h1.gif) 0 0 no-repeat;
}
h2 {
	position: absolute;
	left: 30px;
	top: 438px;
	width: 395px;
	height: 31px;
	background: url(../images/h2.gif) 0 0 no-repeat;
}
body {
	font-size: 62.5%;
}

a img, img { border: 0;}

#container {
	position: relative;
	width: 960px;
	height: 720px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.jpg) 654px 40px no-repeat;
}
#logo {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 384px;
	height: 91px;
	background: url(../images/logo_sapro.gif) 0 0 no-repeat;
}
#txt01 {
	position: absolute;
	left: 467px; 
	top: 81px;
	width: 476px;
	height: 233px;
	background: url(../images/txt01.gif) 10px 112px no-repeat;
}
#txt01 a {
	width: 476px;
	height: 233px;
}
#txt02 {
	position: absolute;
	left: 30px;
	top: 469px;
	width: 395px;
	height: 141px;
	background: url(../images/txt02.gif) 0 0 no-repeat;
}
#footer {
	position: absolute;
	left: 30px;
	top: 682px;
	width: 913px;
	height: 13px;
	background: url(../images/address.gif) 0 0 no-repeat;
}
#footer a {
	position: absolute;
	left: 780px;
	top: 0px;
	width: 133px;
	height: 19px;
	background: url(../images/mail.gif) 0 0 no-repeat;
}
h1,
h2,
#logo,
#txt01,
#txt01 a,
#footer a {
	text-indent: -999px;
	overflow: hidden;
	display: block;
}
#footer p,
#footer .fn,
#txt01 p,
#txt02 p {
	display: none;
}
