
body  {
	font-family: Verdana, sans-serif;
 
	 overflow:auto;   
	
	background:#ffffff url("Images/background.jpg")
}

.containerPage01 {
	border-left-color: #200308;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #200308;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	
	height: 100%; 
	background: #E7E6E6;  
	
	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; */
}

.FooterLink .a:link ,
.FooterLink .a:visited,
.FooterLink .a:active 
{
color:#E7E6E6;   
}
.FooterLink .a:hover 
{
color:#CDCDCD;   
}

