/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.07.21
   PURPOSE:   Styles for the SPLASH
   CUSTOMER:  CONSUTEC.CH
 **************************************************************/
body {
	background-image: url(../graphics/splash_bg.jpg);
	background-position: top center;
}
body,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}
p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}
#splashTop,
#splashMid,
#splashBot,
#footer {
	margin: auto;
	background-repeat: no-repeat;
	width: 763px;
}
#splashTop {
	background-image: url(../graphics/splash_top.jpg);
	height: 49px;
}

#splashMid {
	background-image: url(../graphics/splash_mid.jpg);
	height: 180px;
}
#splashBot {
	background-image: url(../graphics/splash_bottom.jpg);
	height: 223px;	
}
#splashBot .contentSplash {
	width: 520px;
	height: 120px;
	margin-left: 217px;
}
#splashBot .contentEnter {
	width: 163px;
	height: 74px;
	margin-left: 147px;
}
#footer {
	text-align: center;
	padding-top: 20px;
	font-size:10px;
}
#footer a:link, 
#footer a:visited {
	color: #A7A7A7;
}
#footer a:hover {
	color: #B22222;
}