div#contentwrapper
{
	width: 880px;
}

div#splash
{
	overflow: hidden;
}

div#logo 
{
	margin: 40px auto 5px auto;
	text-align: center;
}

div#slogan
{
	margin: 25px auto;
	text-align: center;
}

div#slogan img
{
	margin: 0px 2px;
}

div#visual
{
	position: relative;
	height: 229px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

div#navigation
{
	position: relative;
	height: 35px;
}

div#visual img#visualb2c,
div#navigation div#navigationb2c
{
	position: absolute;
	right: 440px;
	border-right: 1px solid #FFF;
}

div#visual img#visualb2b,
div#navigation div#navigationb2b
{
	position: absolute;
	left: 440px;
}

div#visual div.button
{
	position: relative;
	width: 435px;
	height: 237px;	
	cursor: pointer;
}

div#visual div.button div.label
{
	position: absolute;
	top: 144px;
}

div#visual div#b2c div.label
{
	left: 270px;
}

div#visual div#b2b div.label
{
	right: 270px;
}

div#footer
{
	position: relative;
	margin: 40px 0px 45px 0px;
	height: 62px;
}

div#footer div#languageselection
{
	position: absolute;
	left: 0px;
	top: 0px;
}

div#join
{
	margin: 0px auto;
	text-align: center;
}

div#footer div#philips
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div.button
{
	position: relative;
	height: 35px;
	overflow: hidden;
}

div.button a
{
	float: left;
	display: block;
	width: auto;
	height: 35px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.button a:hover,
div.button a:link img
{
	background-color: transparent;
}

div.button a:focus img,
div.button a:hover img
{
	margin-top: -35px;
}

div.button a:active img
{
	margin-top: -70px;
}

div.button a.disabled img,
div.button a:hover.disabled img,
div.button a:link.disabled img,
div.button a:focus.disabled img,
div.button a:active.disabled img
{
	margin-top: -70px;
	cursor: default;
}

