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

html {
	margin: 0;
	padding: 0;
	}

body { 
	font: 75% verdana, serif;
	line-height: 1.88889;
	color: #555753; 
	/*
	background-image:url(images/largetree.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-attachment: fixed;*/
 	margin: 0; 
	padding: 0;
	}
	
	/* specific divs */

	#container {
	}


	#head { 
	position:relative;
	top: 200px;
	left: 310px;
	width: 380px;
	height: 30px;
	}
	
	#extraDiv1{
	position: relative;
	top: 127px;
	left: 500px;
	background-image: url(images/gregandalice2.jpg); 
	background-repeat: no-repeat;
	width:500px;
	height: 300px;
	}

	#extraDiv2{
	position:absolute;
	top: 110px;
	left:200px;
	width:290px;
	height: 250px;
	}
	
	#extraDiv6{
	position:relative;
	top: 150px;
	left:550px;
	width:200px;
	height: 250px;
	}
	