/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   PROJECT:   BASKETIAMO.CH
 **************************************************************/
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image:url(../graphics/bg.jpg);
	background-repeat:repeat-x;
}
#splashcontainer {
	width: 878px;
	margin: auto;
}
#splashcontainer .bg {
	background-image: url(../graphics/splash_bg.jpg);
	background-repeat: no-repeat;
	width: 684px;
	height: 569px;
	margin: 0px;
}
#splashpanel {
	margin-left: 180px;
	padding-top: 164px;
	width: 490px;
	/*height: 385px;*/
}
.splashlink, 
.splashtext {
	height: 385px;
}
.splashlink {
	width: 200px;
	height: 385px;
}
.splashtext {
	width: 265px;
	height: 385px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.splashtext p{
	padding-top: 0px;
	margin-top: 0px;
}
.bannercamp {
	margin: auto;
	width: 494px;
	height: 140px;
	background-image: url(../graphics/splash_campbanner.jpg);
	background-repeat: no-repeat;
}
#splashfooter {
	width: 465px;
	margin: auto;
	text-align: right;
	font-size:10px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}