
body  {
	font-family: Verdana, sans-serif;
 
	 overflow:auto;   
	
	background:#ffffff url("Images/background.jpg")
}

.containerPage01 {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	
	height: 100%; 
	background: white;  
	
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	
	width: 950px;
}

.HeaderContainer
{
	display: block;
	height: 100px; 
	background-image:url('images/header.jpg');
	background-position: 100% 0%;
	background-repeat:no-repeat;	
}

.FooterContainer
{
	display: block;
	height: 30px;	
	background-image:url('images/footer.jpg');	
	background-position: 100% 0%;
	background-repeat:no-repeat;	
	text-align:right;
	padding-right:7px;  
	/* padding:7px 10px -7px 7px; */
}


a.FooterLink:link ,
a.FooterLink:visited,
a.FooterLink:active 
{
	color: #ffffff;
	padding-left:2px;padding-right:2px;
}

a.FooterLink:hover 
{
	color:#ec8983;     
	padding-left:2px;padding-right:2px;
}