* { margin: 0; padding: 0; font-size: 100%; }
html {
	overflow: hidden;
}
body {
    	scrollbar-base-color: #bc9f92;
	scrollbar-arrow-color: #000000;
	background-color: #d9c4b9;
	font-family: Arial,Helvetica,sans-serif;
	overflow: auto;
}
/* commented backslash hack for ie5mac \*/ 
html, body { height: 100%; } 
/* end hack */
a:link { text-decoration: underline; color: #1657CF; }
a:visited { color: #1657CF; }
a:hover { color: #1E83E8; }
a:active { color: #1657CF; }
#wrap1 {
	#position: relative; /* #position */
	display: table;
	height: 100%;
	width: 100%;
	font-size: 81.25%;
}
#wrap2 {
	#position: relative; /* #position */
	#top: 50%; /* #top */
	#left: 50%; /* #left */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
#wrap3 {
	#position: relative; /* #position */
	#top: -50%; /* #top */
	#left: -50%; /* #left */
	margin: 0 auto;
	width: 770px;
	height: 580px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
}
#wrap4 {
	border: 5px solid #bc9f92;
}
#wrap5 {
	width: 760px;
	height: 570px;
	overflow: hidden;
}
#listening {
	border-bottom: 5px solid #bc9f92;
	background-color: #bc9f92;
	color: #000000;
	font-size: 84.6%;
	line-height: 15px;
	text-align: left;
}
#wrap5 img {
	border: 0 none;
	vertical-align: middle;
}
/*#skip{position:absolute;left:-20em;top:-20em;}
#byline {
	position: absolute;
	bottom: 0.3em;
	right: 0.3em;
	padding: 0.2em;
	display: block;
	width: auto;
}
#byline a:link, #byline a:visited, #byline a:active {
	color: #bc9f92;
	text-decoration: underline;
	font-size: 84.61538%;
	padding: 0.3em;
	display: block;
	width: auto;
}
#byline a:hover {
	background-color: #FFCA3A;
	color: #000000;
}*/
