
p {
	font-family:"Arial", Helvetica, sans-serif;
}

div.privacycontainer {
	position: relative;
	top:70px;
	min-width: 260px;
	margin-left:auto;
	margin-right:auto;
}

div#mainprivacy {
	position: relative;
	height: auto;
	width: auto;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
	border-radius: 2px;
	background-color: white;
	margin-bottom: 50px;
	box-shadow: 0.1px 0.1px 0.1px #888888;
	padding: 20px;
	margin-bottom: 100px;
}

div.privacybanner {
	position: relative;
	top: 50px;
	height: 100px;
	width: 100%;
	text-align: center;
}

p.privacyheader {
	font-size:32pt;
	color:#808080;
}

p.privacyheadersmall {
	font-size:20pt;
	color:#808080;
}

div.privacyinfo {
	position:relative;
	top:0px;
	left:0px;
}

div.footer {
	position: relative;
	top:0px;
	left: 0;
	right:0;
	bottom: 0;
	height:100px;
	width: 100%;
	padding-top:60px;
}

div#privacy {
	position:absolute;
	left:0;
	right:0;
	bottom:5px;
}

@media (max-width: 720px) {
	
	div#mainprivacy {
		position:relative;
		height:auto;
		width:auto;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #CCC;
		border-radius:2px;
		background-color:white;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
	}
}

@media (max-width: 490px) {	
	div#privacyinfo1 {
		position:relative;
		top:20px;
		left:0;
		padding:20px;
		clear:left;
	}
	
	div#privacy {
		position:relative;
		margin-top:100px;
		bottom:0;
		left: 0;
		right: 0;
	}
}