html,body{
	height:100%;
	margin:0;
	padding:0;
	}
body{
	background:#fff;
	text-align:center;
	min-width:500px;
	min-height:400px;
	}
#padtop {
	float:left;
	height:50%;
	margin-top:-200px;/* half padtop height*/
	width:100%;
	}
#picbox {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	height:320px;
	border:0;
	background:transparent;
	text-align:center;
	clear:both;
	}
#picbox img {
	margin-top:10px;
	padding:3px;
	border:2px solid #888;
	}
a img {
	border:0;
	}
p.visitors, p.visitors script {
	font-family:sans-serif;
	font-weight:normal;
	font-size:x-small;
	margin:0.5em auto 0.5em auto;
	color:white;
	background-color:#222;
	width:15em;
	}

