html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#000000;
	text-align:center;
	background: url("Images/Background_Stripes_Image_Children.jpg") repeat fixed;
	}
#title {
	background-image: url(Images/Trees_and_Snow_Children.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	}
#container {
	height: 1026px;
	width: 960px;
	text-align:center;
	margin-left: auto ; 
  	margin-right: auto ;
	background: url("Images/Monster_Image.png") no-repeat center;
	}
