
/* CSS Document */
body {
background-color: rgb(140,197,240);
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

.logo {
position:absolute;
left:30px;
top:0px;
}

.bone {
float:right;
}




.journal {
background:url(Images/bgwhite85.png);
border:solid 1px #000000;

margin-top:100px;
margin-right:20px;
margin-left:auto;
margin-bottom:auto;
height: 400px;
width:200px;
}




.main {
background:url(Images/bgwhite85.png);
border:solid 1px #000000;
position:absolute;
margin-top:150px;
margin-left:20px;
width:900px;
}


.maininner {
margin-top:2px;
margin-left:2px;
margin-right:2px;
margin-bottom:2px;
width:auto;
height:auto;
}

.topofbush {
	height:300px;
	width:100%;
	position:absolute;
	bottom:15px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	left: 0px;
}

.bush {
	background-color: rgb(84,212,138);
	height:200px;
	width:100%;
	position:absolute;
	bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	left: 0px;
}

.grass {
	background-color: rgb(9,121,57);
	height:100px;
	width:100%;
	position:absolute;
	bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	left: 0px;
}

.doghouse {
	bottom:0px;
	position:absolute;
	margin-bottom:5px;
	margin-right:0px;
	right:0px;
}

.timmy {
	bottom:0px;
	position:absolute;
	margin-bottom:5px;
	margin-right:500px;
	right:0px;
}




