#flashcontent {
	height: 554px;
	width: 995px;
}
/* end hide */
html,body {
	height: 554px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font: 76% Arial, sans-serif;
	overflow: auto;
}

div.horizon 
{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: #000000; /*put the color of the site here	*/
    padding: 0px auto;
    margin: 0px;
    display: block;
}

div.frame 
{
    position: absolute;
    width: 995px; /*put the width of SWF here*/
    height: 554px; /*put the height of SWF here*/
    top: -277px; /*put half of the height of SWF here*/
    left: 50%; 
    text-align: center;
    background-color: #000000; /*put the color of the site here	*/
    padding: 0px;
    margin-left: -497px; /*put half of the width of SWF here*/
}

div.credit 
{
    position: absolute;
    width: 995px;  /*put the width of SWF here*/
    height: 1px;
    top: 277px; /*put half of the height of SWF here*/
    left: 50%;
    text-align: center;
    background-color: transparent;
    padding: 0px;
    margin-left: -497px; /*put half of the width of SWF here*/
}


div.creditImg 
{
    position: absolute;
    top: 3px;
    right: 5px;
    width: 23px;
    height: 12px;
    text-align: right;
}

a.created:link,a.created:visited,a.created:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666; /*put color of vsd link here*/
	font-size: 10px;
	text-decoration: none;
}		
		
a.created:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999; /*put mouse over color of vsd link here*/
	font-size: 10px;
	text-decoration: underline;
}
title{
direction:rtl;
}

.creditText{ text-align: center; padding: 20px 0 5px 0; font-size: 11px; color: #918f90; font-weight: bold; }
.creditText a{ text-decoration: none; color: #918f90; font-size: 11px; }
.creditText a:hover{ text-decoration: underline; }
.creditText img{ vertical-align: top; margin-top: -8px; border: 0; }

