/* This is the startpage stylesheet v1.0 */
/* Copyright by Jonas Buehler. All rights reserved. No part of this site may be reproduced in any form or by any means without prior written permission of Jonas Buehler. You may use and review the information contained in these pages in hard copy for your own personal reference only. */


/* basic elements */
body {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #eeeeee;
	background-color:#000000;
}

#center {
	position: absolute;
	left:50%;top:50%;
	width:0px;height:0px;
}

#index {
	position: relative;left:-138px;top:-70px;
	display:block;width:275px;height:139px;overflow:hidden;
}

#index span {
	position:absolute;top:0;left:0;
	width:100%;height:100%;
	background:url(images/jb_slogan.jpg) no-repeat;overflow:hidden;
	cursor:pointer;
}

h1 {
	color: #000000;
}