body {
	background-color:#262626;
	background-image:none;
}
.view {
	position:initial;
	left:auto;
	margin:0px auto;
	top:0px;
	bottom:44px;
	
	-moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.5);
}
.poweredbymedsquares_bar_center {
	position:absolute;
	max-width:640px;
	width:100%;
	bottom:0px;
	background-color:#F7F7F7;

	height:44px;
	text-align:center;
	clear:both;

	-moz-box-shadow:inset 0px 1px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:inset 0px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow:inset 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.listView {
	background-color:white;
}