﻿body {
	margin:0;
	font-size: 14px;
	background-color: #859398;
	width: 100%;
	height: 500px;
	overflow:auto;
}


#01Container {
	height: 500px;
	width: 100%;
}


html{
	height: 500px;
	width: 100%;
	overflow: auto;
	
}

div.horizon 
{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: #859398; /*put the color of the site here	*/
    padding: 0px;
    margin: 0px;
    display: block;
}

div.frame 
{
    position: absolute;
    width: 100%; /*put the width of SWF here*/
    height: 500px; /*put the height of SWF here*/
    top: -250px; /*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: -389px; /*put half of the width of SWF here*/
}

div.credit 
{
    position: absolute;
    width: 100%;  /*put the width of SWF here*/
    height: 1px;
    top: 250px; /*put half of the height of SWF here*/
    left: 50%;
    text-align: center;
    background-color: transparent;
    padding: 0px;
    margin-left: -389px; /*put half of the width of SWF here*/
}

div.creditText 
{
    position: absolute;
    top: -1px;
    right: 23px;
    width: 200px;
    height: 16px;
    text-align: right;
}
div.creditTextBrick
{
    position: absolute;
    top: 2px;
    right: 150px;
    width: 0px;
    height: 16px;
    text-align: right;
}

div.creditImg 
{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 16px;
    height: 16px;
    text-align: right;
}

a.created:link,a.created:visited,a.created:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333; /*put color of vsd link here*/
	font-size: 8px;
	text-decoration: none;
}		
		
a.created:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000550; /*put mouse over color of vsd link here*/
	font-size: 8px;
	text-decoration: underline;
}
title{
direction:rtl;
}

