BODY {
	height: 100%;
	padding: 0;
	background-color: #E0EDF6;
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	background-image: url(../images/bkg.jpg);
}
HTML {
	height: 100%;
	width: 100%;
}
/* ----------------------------------------------------- */

#frame_intro {
	width: 600px;
	height: 300px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -150px;
	z-index:1;
	border: 1px solid #244065;
}
#main_intro {
	width:600px;
	height: 350px;
	/*margin-left: 25px;
	padding-bottom: 40px;
	margin-top: 25px;*/
	overflow: hidden;
	float: left;
}
#footer_intro {
	width:419px;
	height:30px;
	top:325px;
	left: 183px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #E4A40C;
	background-color : transparent;
}
A:LINK {
	text-decoration: none;
}
A:ACTIVE {
	text-decoration: underline;
}
A:VISITED {
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
