body{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

#frame{
	position: relative;
	width:760px;
	top:120px;
}

#sidebar{
	position:relative;
	width:125px;
	float:left;
	z-index:10;
	top:90px;
}

#crumb{
	float:right;
	text-align:left;
	width:635px;
	margin-top:65px;
}

#main{
	background-image:url(images/man.jpg);
	position:relative;
	width: 635px;
	float: right;
	background-repeat: repeat;
}

#footer{
	float:right;
	width:635px;
}
