.container{
	margin-top: 50px;
	margin-left: 195px;
	min-height: 900px;
/* 	background-color: #FF9900; */
}

.screenGrab{
	display: block;
/* 	background-color: #FFFFFF; */
	margin: 0px 50px 50px 0px;
}

.screenGrab img{
/* 	-ms-interpolation-mode: bicubic; */
	display: block;
	width: 100%;
/* 	max-width: 100%; */
}

.back a{
	position: fixed;
	display: block;
	left: 0px;
	top: 350px;
/* 	width: 114px; */
	background-color: #FFFFFF;
	padding: 16px 30px 15px 40px;
	line-height: 1em;
	text-decoration: none;
	color: #3880b0;
	background-image: url(../images/arrowBack.gif);
	background-position: 13px 10px;
	background-repeat: no-repeat;
	opacity:0.7;
	filter:alpha(opacity=70); /* for IE */
}

.back a:hover{
	background-color: #ffff00;
}