body {
	background:#FFFFFF url(store/skin/frontend/blank/onelouder/images/atticus-bg.jpg) repeat-x fixed center top;
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	line-height:1.25em;
	text-align:center;
	margin: 0px;
}
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
	width: 980px;
	height: 200px;
	margin-left: -520px;  /***  width / 2   ***/
	position: absolute;
	top: -100px;          /***  height / 2   ***/
	left: 50%;
}
.hide {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}
.links p {
	text-transform: uppercase;
	font-size: 16px;
	color: #837F7F;
}
ul {
	list-style-type: none;
	display: inline;
}
li {
	display: inline;
	padding-right: 8px;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 8px;
}
.links a {
	color: #000000;
	text-decoration: none;
}
.links a:hover {
	color: #666666;
}
.logo {
	height: 135px;
}

