html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #5d5d5d;
	text-align: center;
}

#flashcontent {
	height:100%;
	overflow:hidden;
	/*
	overflow-x: auto;
	overflow-y: auto;
	*/
}
	
#alternateContent {
	width: 400px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:30px;
	text-align:left;
}

#contentheader {
	background:#fff
}

p,h3 { 
	margin:0px 10px 10px 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 16px;
	padding: 10px 0px 0px 0px;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
}