html, body {
	margin: 0px;
	height:100%;
	background:url(img/bground.gif);
	background-position:top;
	font-size: 11px;
	color: #000;
	line-height: 80%;
	font-family: Verdana;
}

a {
	font-style: normal;
	text-decoration: none;
	color: #EA5702;
}

#intro_area {
	top: 50%;
	margin-top: -25px;
	position: absolute;
	width: 100%;
	text-align: center;
}

#portal_area {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5px;
}


.rel_col {
	width: 222px;
}


#label_line {
	height:37px;

}

#contact_area {
	padding-top:20px;

}

#label_area {
	padding-top: 20px;
}

#rights_area {
	position:fixed;
	bottom: 10px;
	right: 10px;

}

#content_area {
	padding-left: 260px;
	padding-top: 50px;
	width: 665px;
	height: 400px;
}

#logo {
	position:absolute;
	margin-top: 50px;
	padding-left: 10px;
	
}

img {
	border: 0px;
}


img.styled
{
border-top:solid #0093dd 1px;
border-left:solid #0093dd 4px;
}

