* {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0061B2;
}

body {
	margin: 0px;
	background-image: url(../images/background1.gif);
	background-repeat: repeat;
	background-position: 50% 50%;
	overflow: hidden;
}

/* The main div, centered */
#mainContent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	height: 290px;
	margin-top: -150px; /* half of the height */
	margin-left: -160px; /* half of the width */
	text-align: center;
	vertical-align: middle;
}

/* The main table properties */
td {
	width: 100px;
	height: 80px;
	border: 0px;
	padding: 0px;
}

/* The teamSoft area */
#teamSoftArea {
	position: absolute;
	left: 85%;
	top: 100%;
	width: 130px;
	height: 36px;
	margin-top: -65px;
	margin-left: -18px;
}

#sitePartener {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 220px;
	height: 77px;
	margin-top: -65px;
	margin-left: -100px;
	display: inline;
}

/* The language area */
#languageArea {
	position: absolute;
	right: 84%;
	top: 100%;
	width: 118px;
	height: 36px;
	margin-top: -59px;
	margin-left: -18px;
}

/* Rollover effect */
#rollover1 {
	width: 100px;
	height: 80px;
	background: url(../images/main02.gif) top left no-repeat;
	display: block;
}

#rollover2 {
	width: 100px;
	height: 80px;
	background: url(../images/main03.gif) top left no-repeat;
	display: block;
}

#rollover3 {
	width: 100px;
	height: 80px;
	background: url(../images/main04.gif) top left no-repeat;
	display: block;
}

#rollover4 {
	width: 100px;
	height: 80px;
	background: url(../images/main07.gif) top left no-repeat;
	display: block;
}

#rollover5 {
	width: 100px;
	height: 80px;
	background: url(../images/main08.gif) top left no-repeat;
	display: block;
}

#rollover6 {
	width: 100px;
	height: 80px;
	background: url(../images/main09.gif) top left no-repeat;
	display: block;
}

#mainContent table tr td a:hover {
	background-position: bottom left;
}