#page {
	width: 950px;
}

#header {
	background: none;
}


#homeWrapper {
	padding-top: 28px;
}

#homeLanguageForm {
	position: absolute;
	right: 0;
	top: 25px;
	text-align: right;
	z-index:2;
}

#homeTextWrapper {
	margin-left: 44px;
	height: 333px;
	width: 260px;
	float: left;
	position: relative;
	margin-right: 14px;
}

.homeText,
.homeWelcome {
	height: 333px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width:260px;
}

.homeWelcome {
	left: 0;
}

/*.homeText {
	display: none;
}*/

#homeVisual {
	width: 632px;
	float: left;
	position: relative;
}

#homeVisual ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeVisual ul li {
	position: absolute;
}

#homeVisual ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/content/selection-page-highlight-sprite.png) 1000px 1000px no-repeat;
	overflow: hidden;
	text-indent: -1000em;
}

#homeVisual ul li a:hover {
	/*outline: 2px solid rgba(255, 0, 0, 0.5);*/
}


#homeVisual .link1 {
	top: 0;
	left: 0;
	width: 240px;
	height: 160px;
}

#homeVisual .link1 a:hover {
	background-position: 0 0;
}

#homeVisual .link2 {
	top: 0px;
	left: 234px;
	width: 250px;
	height: 173px;
}

#homeVisual .link2 a:hover {
	background-position: -300px 0;
}

#homeVisual .link3 {
	top: 150px;
	left: 24px;
	width: 244px;
	height: 157px;
}

#homeVisual .link3 a:hover {
	background-position: 0 -200px;
}


#homeVisual .link4 {
	top: 144px;
	left: 250px;
	width: 245px;
	height: 170px;
}

#homeVisual .link4 a:hover {
	background-position: -288px -199px;
}

