/*hide from ie on mac\*/
html {
	width: 100%;
	height: 100%;
	
}
#flashcontent {
	width: 100%;
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

#footer{ }
	
#shareFrame {
	z-index:10;
	position: absolute;
	margin:0px;padding:0px;
	right:10%;
	height:20px;
	width:350px;
	background-color: #000000;
	overflow:visible;
}

#likeButtonFrame {
	float:left;
	padding:0 5px;
	background-color: #000000;
	width:78px;
}
#plusone {
	float:left;
	padding:0 5px;
	background-color: #000000;
	width:60px;
}

#tweetButtonFrame {
	width: 80px;
	float:left;
	padding:0 5px;
	background-color: #000000;
}
#pinIt {
	width:40px;
	float:left;
	padding:0 5px;
	background-color: #000000;
}

#noflash_image{
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -489px;
	
}