html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#47584F;
}

body {
	width:555px;
	position:relative;
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}



.box{
	display:block;
	position:absolute;
	top:100px;
	width:120px;
	height:320px;
	color:#94BD89;
	border:2px solid #94BD89;
	text-align:center;
	overflow:visible;
	background:#fff;
	text-decoration:none;	
}

.box p{
	position: relative;
	top:330px;
}

#profile{
	left:0;
	background: url(img/spring.jpg) no-repeat 0 0;
}

#services{
	left:145px;
	background: url(img/fall.jpg) no-repeat 0 0;
}

#portfolio{
	left:290px;
	background: url(img/summer.jpg) no-repeat 0 0;
}

#contact{
	left:435px;
	background: url(img/winter.jpg) no-repeat 0 0;
}

#logo{
	display:block;
	position:absolute;
	width:414px;
	height:55px;
	top:515px;
	left:50%;
	margin:0 0 0 -207px;
}
		
