.site_holder {
	position: relative;
	height: 100%;
	width: 100%;
	}
	
.front_holder {
	position: absolute;
	top: 0px;
	height: 117px;	
	padding-top: 0px;
	padding-bottom: 8px;
	width: 100%;
	background-image: url("/pictures/bg/front-back.png");
	background-position: -8px;
	}
	
.front-contentwrapper {
	position: relative;
	margin: 0 auto;
	padding-top: 35px;
	width: 990px;
	height: 82px;
	}
	
.front-menuholder {
	float: right;
	width: 780px;
	}
	
.front_menulink {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.front-add {
	position: absolute;
	bottom: 0;
	right: 0;
	}