@charset "utf-8";
/* CSS Document */
/*-------------------------------ID DEFINITIONS-------------------------------*/

body{display:none;}

#container{ 
	width:760px; 
	margin: auto;
		position: relative;
  }
#content{
	min-height:520px; /*height:552px; */
	background: url(../images/pas.png) repeat-y;
	position: relative;
	margin:-10px 0 0 0;
}
#footer{
	width:760px; height:152px; min-height:152px; 
	background:url(../images/bgFooter_empty.png) 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;}

