body {
	background: #82122f;
}

#outer {
    display: table;
    height: 100%;
    vertical-align: middle;
}

#container {
    display: table-cell;
}

#header {
	background: url(/images/style/splash/header.png) top right no-repeat;
	height: 260px;
	width: 100%;
}

#header * {
	display: none;
}

#contents:AFTER {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	line-height: 1px;
	visibility: hidden;
}

#contents .section {
	float: left;
	width: 50%;
	height: 380px;
}

#contents .section {
	position: relative;
}

#contents .section h1 {
	display: none;
}

#contents .section a {
	display: block;
	height: 53px;
	overflow: hidden;
	padding-left: 53px;
	width: 0px;
}

#classic_fashion {
	background: url(/images/style/splash/classic_fashion.png) top right no-repeat;
}

#classic_fashion a.italian {
	background: url(/images/style/splash/italian_classic_fashion.png) top left no-repeat;
	position: absolute;
	top: 34px;
	right: 234px;
}

#classic_fashion a.english {
	background: url(/images/style/splash/english_classic_fashion.png) top left no-repeat;
	position: absolute;
	top: 88px;
	right: 221px;
}

#football_rugby {
	background: url(/images/style/splash/football_rugby.png) top left no-repeat;
}

#football_rugby a.italian {
	background: url(/images/style/splash/italian_football_rugby.png) top left no-repeat;
	position: absolute;
	top: 111px;
	left: 42px;
}

#football_rugby a.english {
	background: url(/images/style/splash/english_football_rugby.png) top left no-repeat;
	position: absolute;
	top: 165px;
	left: 31px;
}

#footer {
	text-align: center;
}
