﻿#flashcontent {
	height: 585px;
	width: 996px;
}
/* end hide */
html,body {
	height: 585px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font: 76% Arial, sans-serif;
	overflow: auto;
}

div.horizon 
{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: #ffffff; /*put the color of the site here	*/
    padding: 0px auto;
    margin: 0px;
    display: block;
}

div.frame 
{
    position: absolute;
    width: 996px; /*put the width of SWF here*/
    height: 585px; /*put the height of SWF here*/
    top: -293px; /*put half of the height of SWF here*/
    left: 50%; 
    text-align: center;
    background-color: #ffffff; /*put the color of the site here	*/
    padding: 0px;
    margin-left: -498px; /*put half of the width of SWF here*/
}

div.credit 
{
    position: absolute;
    width: 996px;  /*put the width of SWF here*/
    height: 1px;
    top: 293px; /*put half of the height of SWF here*/
    left: 50%;
    text-align: center;
    background-color: transparent;
    padding: 0px;
    margin-left: -540px; /*put half of the width of SWF here*/
}

div.creditText 
{
    position: absolute;
    top: 3px;
    right: 23px;
    width: 200px;
    height: 16px;
    text-align: right;
	
}


div.creditImg 
{
    position: absolute;
    top: 0px;
    right: 0px;
    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;
}

