html, body {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px; 
	text-align: center;
	background: #FFF url('images/back_splash.jpg');
	background-repeat:repeat-x;
}


#main {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align:left;

}


#intro {
	width:730px;
	position:absolute;
	left:-100px;
	padding-top:15px;
	z-index:2;

}


#intro_image {
	background: url('images/back_image.png');
	background-repeat:no-repeat;
	width:234px;
	height:140px;
	padding-left:6px;
	padding-top:8px;

}

#intro_imageR {
	background: url('images/back_reflect.png');
	background-repeat:no-repeat;
	width:234px;
	height:140px;
	margin-top:-10px;
}



.fLeft {
	float:left;
}

.fRight {
	float:right;
}


#clear {
	clear: both;
	margin:0px;
	padding:0px;
}
	
#spacer {
	height:5px;
	width:100%;
}


td , p, span ,div {
  font-family: Arial;
  font-size: 12px;
}

.round {
	padding:5px;
	margin:5px 0px; 
	color:#FFF;
	font-size:120%;
	font-weight:bold;
}

.lang {
	background: #FFF;
	width:228px;
	padding:3px;
}	

.lang div {
	padding:4px 10px;
}

.lang div img {
	margin-right: 5px;
}

#footer_intro {
position:absolute;
top:550px;
margin-left:50px;
}

#linesR {
	width: 122px;
	height:327px;
	background: url('images/right_lines.png');
	position:absolute;
	z-index:1;
	margin-top:110px;
	margin-left:710px;
}

#linesL {
	width: 110px;
	height:327px;
	background: url('images/left_lines.png');
	position:absolute;
	z-index:1;
	margin-top:130px;
	margin-left:-90px;
}