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

body {
	background-color: #ededed;
}

#container {
	position:relative;
	margin:auto;
	left:0px;
	top:20px;
	width:800px;
	height:500px;
	z-index:1;
	background-color: #ededed;

}

#walk {
	position:auto;
	margin:auto;
	left:226px;
	top:50px;
	width:351px;
	height:349px;
	z-index:1;
}

#pinterest {
	position:absolute;
	left:484px;
	top:378px;
	width:90px;
	height:25px;
	z-index:1;
}

#vimeo {
	position:absolute;
	left:396px;
	top:378px;
	width:90px;
	height:25px;
	z-index:1;
}

#flickr {
	position:absolute;
	left:317px;
	top:378px;
	width:90px;
	height:25px;
	z-index:1;
}

#twitter {
	position:absolute;
	left:220px;
	top:378px;
	width:90px;
	height:25px;
	z-index:1;
}

