/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

li 
{ list-style-image: url(../img/quadrat.gif); margin-left: -23px; }

#content{
	background-image: url(../img/bg_pool.gif);
	top: 17px;
	left: 50%;
	height: 3000px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
}

#marketing{
	background-image: url(../img/bg_marketing.gif);
	top: 17px;
	left: 50%;
	height: 2000px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
}

#legal{
	background-image: url(../img/bg_legal.gif);
	top: 17px;
	left: 50%;
	height: 2500px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
}

#finance{
	background-image: url(../img/bg_finance.gif);
	top: 42px;
	left: 491px;
	height: 2500px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
}

#hr{
	background-image: url(../img/bg_human.gif);
	top: 17px;
	left: 50%;
	height: 2500px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
}

#it{
	background-image: url(../img/bg_it_techno.gif);
	top: 17px;
	left: 50%;
	height: 2500px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
}

#buttons{
	top: 130px;
	left: 23px;
	height: 30px;
	width: 755px;
	position: absolute;
}

#login{
	top: 130px;
	left: 23px;
	height: 2000px;
	width: 755px;
	position: absolute;
}


#text{
	top: 240px;
	left: 23px;
	height: 1700px;
	width: 650px;
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#text a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#text a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#text a:hover {
	color: #353434;
	text-decoration: none;
}

#menu{
	height: 120px;
	width: 400px;
	position: absolute;
}

#home{
	top: 210px;
	left: 733px;
	position: absolute;
}

#home a:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#home a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#home a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

body img	{
	border:0px;
}

