body {
	background-image: url(/images/newstitle.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 110px;
}
#base {
	background: #FFF;
	border: 1px #99B3E9 dotted;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}
/*#base img {
	border: solid 1px #979CF5;
	float: left;
	margin: 10px 15px;
	padding: 5px;
}*/
#base h3 {
	color: #003399;
	font-size: 18px;
	padding: 20px 5px 5px 5px;
	text-align: center;
}
#base h4 {
	color: #191970;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 100px 0px 0px;
	text-align: right;
}
#base p {
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	text-indent: 2em;
	padding: 0 20px;
}
#base #imglist{
	float: left;
	margin-right: 30px;
}
#base #imglist ul{
	list-style: none;
}
#base #moreimg{
	margin-right: 30px;
}
#base #moreimg ul{
	list-style: none;
}
#base #moreimg li{
	display:inline;
}
#base #close{
	text-align: center;
	clear:right;
}
#base #close button{
	background-image: url(../images/close.gif);
}