.wrapper-old {
	background-color: #ffffff;
	width: 1200px;
	left: auto;
	right: auto;
	border:0px solid #636363;
	position: relative;
	z-index: 10;
	margin: 0px;
	padding: 2px;
	-moz-box-shadow: 5px 5px 5px #363636;
	-webkit-box-shadow: 5px 5px 5px #363636;
	box-shadow: 5px 5px 5px #363636;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.wrapper {
	background-color: #ffffff;
	width: 1200px;
	left: auto;
	right: auto;
	border:0px solid #636363;
	position: relative;
	z-index: 10;
	padding: 2px;
	-moz-box-shadow: 5px 5px 5px #363636;
	-webkit-box-shadow: 5px 5px 5px #363636;
	box-shadow: 5px 5px 5px #363636;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin:0 auto; /* use if centering horizontally  */
   text-align:left; /* set text back to default if centering horizontally  */
   clear:left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width:900px; 
	margin-bottom: 1em; 
	padding: 10px;
	list-style-type: none; 
	background-color: #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style:solid;
	border-width:2px;
	border-color:#959595;
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF
}

html, body {
   height:100%;
   margin:0;
   padding:0;
}
#vertical {
   height:50%;
   width:1px;
   margin-bottom:-350px; /* half the wrappers height */
   float:left;
}
