* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  background-color: #ccffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#footer {
 position: absolute;
 bottom: 0 !important;
 bottom: -1px;
 height: 191px;
 right: 0;
 left: 0; z-index: 1;
  
 
}
#copyright {
position: absolute;
 bottom: 0 !important;
 bottom: -1px;
 height: 40px;
 right: 0;
 left: 0; 
 z-index: 2;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;

}
#container-page {
  margin: 0 auto;
  width: 772px;
  background-color: #ccffff;
	background:url(images/expand.jpg); 
	background-repeat:repeat-y;
  
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#stretch { 

	background:url(images/expand.jpg); 
	background-repeat:repeat-y;
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
 
}
#content {
	position: absolute;
	left:833px;
	top:183px;
	width:473px;
	height:58%;
	z-index:1;
	left: 50%;
	margin-left: -236px; 
	overflow: auto;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

li {
	list-style-position: inside;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

ul {
	list-style-position: inside;
	list-style-type: circle;
}
