body {
	background-color:#fff;
}

#wrapper {
	position: relative;
	width:100%;
	min-width:960px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin:0px auto;
}

p.title {
	width:860px;
	margin:20px auto;
	margin-bottom:60px;
	color:#555555;
	font-weight:bold;
	font-size:20px;
}

#privacy {
	width:860px;
	height:auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding:20px 30px;
	padding-bottom:160px;
	background-color:#fff;
}

ol {
	margin:40px 0px;
	list-style-type: decimal;
}

ol li {
	margin-left:1em;
	margin-bottom:1.4em;
}