/* CSS Document */
/*-------------------------------ID DEFINITIONS-------------------------------*/

#container{ 
	width:760px; 
	margin: auto;
		position: relative;
  }
#content{
	min-height:520px; /*height:552px; */
	background: url(../images/pas.jpg) repeat-y;
	position: relative;
}
#footer{
	width:760px; height:152px; min-height:152px; 
	background:url(../images/bgFooter_empty.jpg) no-repeat;
}
 /*-------------------------------CLASS DEFINITIONS-------------------------------*/
#actTitle{ margin: 6px 0 6px 12px; }
/*-------------------------------TAG DEFINITIONS-------------------------------*/
body{ 
	background:#c2eb5f;
	text-align:center;
}
img{ border:0;}

#unitTitle
{
	display: none;
}

a{border: 0;}
