@charset "utf-8";
/* CSS Document */

.clearer {clear:both}

body, html{ background:url(../images/background.png) repeat-x; margin:0px; padding:0px; text-align:center; overflow:hidden }
a, a:visited{ color:#C4438F; }
a:active, a:hover{ color:#C4438F; }
p { font-family:"Trebuchet MS", "Century Gothic", Arial; font-size:12px; font-weight:normal; margin-left:60px; margin-right:60px; color:#fff}


h1 {display:none}


#TopRight { position:absolute; top:0px; right:0px; background-image:url(../images/top-right-swirl.png); height:600px; width:300px;  z-index:1;}
#TopLeft { position:absolute; top:0px; left:0px; background-image:url(../images/top-left-swirl.png); height:600px; width:300px;  z-index:1;}
#BotRight {position:absolute; bottom:0px; right:0px; z-index:1; background-image:url(../images/bot-right-swirl.png); height:300px; width:300px;}
#BotLeft {position:absolute; bottom:0px; left:0px; z-index:1; background-image:url(../images/bot-left-swirl.png); height:300px; width:300px;}


ul#selectLanguage {
	list-style-type:none;
	padding:0px;
	width:233px;
	margin:0 auto;
	}
	ul#selectLanguage li {
		float:left;
		height:29px;
		width:50px;
		margin:0 11px 0 0
		}
	ul#selectLanguage li.en {
		background:url(../images/en.png) no-repeat;
		}
	ul#selectLanguage li.fr {
		background:url(../images/fr.png) no-repeat;
		}
	ul#selectLanguage li.de {
		background:url(../images/de.png) no-repeat;
		}
	ul#selectLanguage li.nl {
		background:url(../images/nl.png) no-repeat;
		margin:0px !important
		}
		ul#selectLanguage li a {
			display:block;
			height:100%;
			width:50px;
			}
			ul#selectLanguage li a span {display:none}
	
	
	