/* All associated graphics copyright 2009, Sara Eggers *//* www.qsaphire.com */body {	background-image: url(background.png);	background-repeat: repeat-y;	background-color: #000000;	}	img {	border: none;	}		#top_left {	position: absolute;	top: -5px;	z-index:-1;	}#buttons {	margin-left: 45px;	}#portfolio_button {	position: absolute;	top: 350px;	}#demo_reel_button {	position: absolute;	top: 400px;	}#resume_button {	position: absolute;	top: 450px;	}#contact_button {	position: absolute;	top: 500px;	}#name {	postion: abosolute;	margin-left: 230px;	}#main {	margin-left: 75px;	}	#main_inner {	position: absolute;	left: 300px;	top: 200px;	}#bottom_left {	position:absolute;	left: -225px;	top: 90%;	z-index: -1;	}	#bottom_right {	position:absolute;	float: right;	left: 80%;	top: 58%;	z-index: -1;	}