@charset "UTF-8";
/* CSS Document */

body 		{
	text-align: center;
	}	

#Container {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#Main {
	width: 1000px;
	height: 717px;
	text-align: center;
	background-image: url(Holder.jpg);
}

