/* \*/html, body {height:100%}/* */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 563px;
}

#container {
	margin:0;
	text-align:center;
	height: 100%;
}

#outer{
	height: 100%;
	min-height: 100%;
	width: 563px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	text-align: left;
	margin: auto;
	position: relative;
}

html>body #outer {height:auto;}

#innerwrap {
	float: left;
	width: 563px;
}

#centrecontent {
	width: 563px;
	float: right;
}

#centrecontent, p {padding-left:0px}
#clearfooter {width:100%;height:1px;clear:both}
