body {
	background: #4E8B8E url(images/itchyhome16.png) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
img { border: none; }
#content {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
	display: table;
}
/*
	padding: 0px 0 0 0;
	position: absolute; 
	top:313px;
	left:412px;
	width: 500px;
	height: 210px; 

*/

#content p{
	display:table-cell;
	vertical-align: middle;	
}
#content img{
	display: block;
	margin: 1em auto
}