* {
	border: 0;
	font-family: Helvetica, sans-serif;
}
body {
	background: #fff;
}

#container {
	position: absolute;
	width: 1000px;
	background: transparent;
	margin-left: -500px;
	top: 0;
	left: 50%;
	z-index: 1;
}

#feed {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 5px;
	right: 5px;
}
#feed a img {
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 	// IE8
	filter: alpha(opacity=90);											// IE5-7
}
#feed a:hover img {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 	// IE8
	filter: alpha(opacity=100);											// IE5-7
}
	
#banner {
	margin-top: 100px;
	text-align: center;
	margin-bottom: 50px;
}
#completesenseless {
	position: absolute;
	height: 300px;
	width: 300px;
	top: 20px;
	left: 750px;
	z-index: 10;
}
#pictures table {
	width: 900px;
}
#pictures table td {
	padding-bottom: 20px;
}
.picture {
	width: 800px;
	text-align: left;
}
#pagebar {
	padding-bottom: 50px;
	padding-top: 30px;
	padding-left: 100px;
	font-size: 16px;
	font-weight: normal;
}
#pagebar a:hover {
	border: 1px solid #000;
}