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

#container {
	position: relative;
	width: 900px;
	height: 650px;
	margin: auto;
	border-radius: 20px;
	background-image:url(images/bg_index2.jpg);
}
#headshot {
	position: absolute;
	left: 10px;
	top: 10px;
}
#seth {
	position: absolute;
	left: 500px;
	top: 30px;
}
#malkin {
	position: absolute;
	left: 580px;
	top: 100px;
}
#bass {
	position: absolute;
	left: 740px;
	top: 180px;
}
#nav {
	position: absolute;
	right: -3px;
	top: 600px;
}
#postcard {
	position: absolute;
	left: 410px;
	top: 255px;
	z-index: 10;
}

	
