#portfolioCover{
	display:block;
	_display:inline;
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	left:0;
	top:0;
	background:#000;
	z-index:9997;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;		
}

#backtoWebsite{

	position:absolute;
	bottom:60px;
	right:25px;
/*	margin-left:-55px;*/
	background:transparent;
	color:black;
	height:25px;
	width;110px;
	z-index:9999;
	cursor:pointer;cursor:hand;
	overflow:visible;
}
#backtowebsite .negMarg
{
	width:110px;
	height:25px;
	overflow:visible;
	/*margin-left:-55px;*/
}
#portfolio {
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	height:600px;
	
	z-index:9998;
}