html, body {
	height:				100%;
	color:				#000000;
	font-family:        arial, sans-serif;
	font-size:          12px;
}

body, #content {
	margin:				0;
	padding:			0;
	background-color:	#ffff;
}

#content {
	position: relative;
	width: 970px;
	height: 635px;
	background: url('shadow.gif') no-repeat #ffffff;
	margin: auto;
	border: solid 0px #cccccc;
}

#contentInfo {
	position: relative;
	width: 950px;
	height: 615px;
	background-color:	#f3f3f3;
	display: none;
}



