html {
	overflow: scroll;
	overflow-x: auto;
}

html, body {
	height:100%;
}
body
{
	font-size: 11px;
	color: #b4c8cc;
}
body,div,td,p,a,fieldset, label, pre, a
{
	font-size: 11px;
	line-height: 16px;
	font-family: "Lucida Grande", Lucida Sans, Microsoft Sans Serif, Geneva, Arial, Helvetica, Verdana, sans-serif;
}
a, a:link, a:visited, a:hover {color: #b4c8cc; text-decoration: underline;}
a:hover {text-decoration: none;}

#mainContent {
	position: relative;
	border: 0px dotted #ccc;
}

#content-container {
	position: absolute; left: 0; top: 0;
	z-index: 10;
	display: none;
}
#flash-container {
	border: 0px dotted #efefef;
	position: relative;
	z-index: 99;
	width: 1000px;
	height: 650px;
}