body{
	padding:0px;
	margin:0px;
	background:#c3ecf8;
}
a, a:link, a:visited, a:active{color:#219316; text-decoration:none}
a:hover{color:#0a627b; text-decoration:underline}
#container {
	width:885px;
	min-height:500px;
	background: url(images/container-bg.jpg) repeat-y;
	margin:0 auto;

}
* html #container {
	width:885px;
	height:500px;
	background: url(images/container-bg.jpg) repeat-y;
	margin:0 auto;

}
#container1 {
	width:885px;
	min-height:700px;
	background: url(images/bg1.jpg) no-repeat;
	margin:0 auto;

}
* html #container1 {
	width:885px;
	height:700px;
	background: url(images/bg1.jpg) no-repeat;
	margin:0 auto;

}
#container2{
	width:885px;
	min-height:700px;
	background: url(images/bg2.jpg) no-repeat bottom left;
	margin:0 auto;
	padding-bottom:20px;
}
* html #container2 {
	width:885px;
	height:700px;
	background: url(images/bg2.jpg) no-repeat bottom left;
	margin:0 auto;
	padding-bottom:20px;

}
#base-concept{
	padding:40px;  padding-top:5px; padding-bottom:10px; font-family:Georgia, Times New Roman, Times, serif; font-size:18px; text-align: justify; color:#626363;
}
#base-concept li{
	margin-bottom:12px;
	list-style-image:url(images/list-bg.jpg)
}