body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color: #666;
}
a:hover {
	color: #222;
}

/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #eee;
}
html, body {margin: 0; padding: 0; height: 100%; width: 100%;}

#main-wrapper {
	min-height: 100%;
	position: relative;
	height: 100%;
	width: 100%;
}
* html #main-wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
#download-btn {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0 0 0 0;
	z-index: 100;
}
#download-btn a {
	width: 120px;
	height: 40px;
	position: relative;
	padding: 7px 0;
	background-image:url(_embed_imgs/btn-bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	display: block;
	color: #999;
	text-decoration: none;
}
#download-btn a:hover {
	color: #fff;	
	cursor: pointer;
}
#wrapper {
	z-index: 10;
	min-height: 100%;
	height: 100%;
	width: 100%;
}
#wrapper div {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
* html #wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
}