/* CSS Document */

#holding {
	background-image: url(Snze_Dog.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
body {
	background-color: #070707;
	margin-top: 25px;
	margin-bottom: 25px;
}
