.credits {
	border-bottom: solid 1px #2a2525;
	padding-bottom: 10px;
	margin: 0 0 30px;
}
#pagewrap {
	margin: 0 auto;
	width: 600px;
	padding-left: 150px;
	position: relative;
}

/*
Back to top button 
*/
#back-top { bottom: 40px; position: fixed; right: 5px; }
#back-top a {
	width: 40px;
	height:40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background:url(image/back-icon.png);
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 72px;
	height: 90px;
	display: block;
	margin-bottom: 7px;
	/*background: url(http://127.0.0.1/kradast/template/veikei_dz_com_20130610_fashion_sim/images/rocket.png) no-repeat center center;*/
	background:url(image/back-icon.png) no-repeat right  right;
	/* rounded corners */
	transition: 3s;
	margin-left:850px;
	margin-top:-50px;
	float:left;
}
#back-top a:hover span {
	/*background: url(http://127.0.0.1/kradast/template/veikei_dz_com_20130610_fashion_sim/images/rocket.png) no-repeat center center;*/
		background:url(image/back-icon.png) no-repeat right left;
    filter:alpha(opacity=25); -moz-opacity:.25; opacity:.25; float:left;
}