/* CSS Document */

#global_banner
{

position:relative;
background-image:url(images/global_banner.jpg);
background-repeat:no-repeat;
width:588px;
height:89px;
border-top:#000000 1px solid;
border-left: #000000 1px solid;
border-right: #000000 1px solid;
margin-left:auto;
margin-right:auto;
}

#global_intro {
	position: relative;
	padding: 5px;
	width: 578px;
	border-top:#000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: transparent;
}