
html, body {
	height:100%;
}

#Home {
	background-image:url('../_images/Puppies.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
}

#Play {
	background-image:url('../_images/Puppies.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
}

#Splash {
	background-image:url('../_images/Puppies.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
}

#Shop {
	background-image:url('../_images/Puppies.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
}
#Rescue {
	background-image:url('../_images/Puppies.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
}
#container{
   width:100%;
   position: relative;
   margin:0 auto;
   min-height:100%;
   height:auto;
 }
 
 * html #container
{
height: 100%;
}

.cheat {
	height:240px;
}

.internalContent {
	width:920px;
	margin:0px auto 0 auto;
	padding-top: 15px;
	padding-bottom:30px;
	background-color: #FFFFFF;
}
.secondaryContent {
	width: 25%;
	
}
.primaryContent {
	width:70%;
	
	
}

#nav {
	margin:0 auto;
}

