body {
	position: relative;
	margin: 0px auto;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	color: grey;
	}
#istorage {
	position: absolute;
	top: 10px;
	right: 30px;
	margin: 0px auto;
	width: 620px;
	height: 564px;
	text-align: center;
	font-size: 11px;
	background: #DEDEDE;
	border: 1px dotted #DEDEDE;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	}
#istorage:hover {
	opacity:.95;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95;
	}
	
img.istorage {
	padding-bottom: 3px;
	border: none;
	}
	
a {
	color: orange;
	text-decoration: none;
	}
a:hover {
	color: orange;
	text-decoration: underline;
	}

b {
	font-weight: lighter;
	}
