/*---------------------------------------------------*/
/*-- prehome --*/
/*---------------------------------------------------*/
HTML {
  height: 100%;
}

body {
	margin: 0;
	text-align: center;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #AFAFAF;
	background: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #AFAFAF;
}

a:visited {
	text-decoration: none;
	color: #AFAFAF;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}

a img { border:none; }

#background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #f5f5f5;
}
	
#global {
	margin: -305px -450px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 610px;
}

#prehomevisu {
	width: 430px;
	height: 100%;
	background: url(../img/prehome_visu.jpg) top left no-repeat;
	float: left;
	padding-left: 30px;
}
#prehometext {
	padding: 240px 0 0 0;
	text-align: left;
	float: left;
}
#prehometext #title {
	width: 400px;
	height: 45px;
	background: url(../img/prehome_tt.gif) 0 0 no-repeat; 
}
#prehometext table {
	text-align: left;
	padding: 40px 0 0;
}
#prehometext table td {
	vertical-align: top;
	font-size: 11px;
	line-height: 28px;
}
#prehometext table td span {
	padding-left: 20px;
	line-height: 20px !important;
}
#prehometext table td span a {
	color: #000000;
}