@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------LAYOUT SPLASH ---- */

body {
	margin: 0px;
	background-color:#effaff;
}
div.laySplashBg {
	background-image: url(../images/bgSplashRepeat-X.jpg);
	background-repeat: repeat-x;
	height: 761px;
	margin: 0px;
}
div.laySplashCentre {
	background-image:url(../images/GourmetGalah-Splash.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	position: relative;
	width: 1240px;
	height: 761px;
}
div#contentAddress {
	color: #008a3f;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	right: 150px;
	top: 228px;
}
div#contentEnter {
	left: 505px;
	position: absolute;
	top: 400px;
}

a:active{
                outline: none;
}
a:focus{
                -moz-outline-style: none;
}
a.btnEnterWebsite {
	background-image: url(../images/btnEtrWebsite.gif);
	background-position: left top;
	display: block;
	height: 38px;
	text-indent: -1000px;
	width: 188px;
}



a:hover.btnEnterWebsite {
	background-position: left bottom;
}
