body {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background-color: #CCCCCC;
}

img {
	border-radius: 5px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	display:block;
	position:relative;
	border-radius: 5px;
	background-color: #808080;
	color: #CCCCCC;
	width: 584px;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
  	width: 584px;
  	height: auto;
  	margin-left: -292px;  /***  width / 2   ***/
  	position: absolute;
  	top: 10px;         
    left: 50%;
	border-radius: 5px;
	background-color: #808080;
	color: #CCCCCC;
}