﻿body {
	background: navy;
	margin: 0;
}

#wrapper {
  	width: 650px;
  	margin: 0 auto;
  	padding: 1em;
  	background: #ccc;
  	z-index: 1;
}

#header {
  	width: 100%;
  	text-align: center;
}

#content_wrapper {
  	width: 100%;
  	padding: 0.5em;
}

#content_left {
  	width: 60%;
  	float: left;
  	padding: 0.5em;
  	background: #eee;
}

#content_right {
  	width: 30%;
  	float: right;
  	padding: 0.5em;
  	background: #eee;
}

#floater {
	position: fixed;
	bottom: -1px;
	right: 0;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background: url('../_img/fade_tile_hor.png') repeat-x;
}

#floater .badge {
	display: inline;
	float: right;
	position: relative;
	bottom: 30px;
	
}
/*
#floater p, #floater ul {
	display: inline;
	padding-bottom: 0;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

#floater ul li {
  	display: inline;
  	padding: 0.3em;
  	margin: 0.2em;
  	border: 1px black dotted;
  	background: #ddd;
}
*/