/*hide from ie on mac\*/
html {
	height: 100%;
	overflow: hidden;
}
#flashContent {
	width: 100%;
	height: 100%;
}
/* end hide */

img 
{
	border: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F8E8C6;
	color: #655842;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	overflow: hidden;
}

a
{
	color: #b70214;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

.flashUnavailable
{
	background-image: url(images/bg_swirls.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom; 
}

.flashAvailable
{
	background-image: url(images/bg_tile.png);
	background-repeat:repeat;
}

#pageWrapper
{
	overflow:hidden;
	width: 100%;
	height: 100%;
	position: absolute;
}

#pageWrapper:before, #pageWrapper:after
{
	content: '';
	width: 100px;
	height: 100%;
	position: absolute;
	left: 50%;
	background-size: 100px 100%;
}

#pageWrapper:before
{
	margin-left: -1060px;
	background-image: url(images/left_shadow.png);
}

#pageWrapper:after
{
	margin-left: 960px;
	background-image: url(images/right_shadow.png);
}

.flashAvailable object
{
	background-color: #F8E8C6;
}

#introWrapper
{
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#intro
{
	text-align: center;
	position: absolute;	
	height: 500px;
	width: 600px;
	top: 50%;
	margin-top: -250px;
}
