#chooseCollection, #chooseShop { margin: 0; padding: 0; }

/** Splash page **/
#containerSplashLogo {
	display: block;
	position: absolute;
	top: 30%;
	margin-top: -50px; /* dit is de helft van de hoogte keer */
	left: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	}

/** Selector Page **/
#chooseCollection {
	width: 50%; 
	float: left; 
	text-align: center; 
	}

#chooseStores {
	text-align: center; 
	}
/*
.scrollOverCollection a {
    display:block;
    width: 146px;
    height: 34px;
    background: url("../img/btn_collection_off.png") 0 0 no-repeat;
    text-decoration: none;
}

.scrollOverCollection a:hover { 
	background-position: 0 -34px;
    background: url("../img/btn_collection_on.png") 0 0 no-repeat;
}

.scrollOverShop a {
    display: block;
    width: 76px;
    height: 45px;
    background: url("../img/btn_shop_off.png") 0 0 no-repeat;
    text-decoration: none;
}

.scrollOverShop a:hover { 
	background-position: 0 -45px;
    background: url("../img/btn_shop_on.png") 0 0 no-repeat;
}
**/
