﻿body 
{
	width:100%;
	direction:rtl;
	background-color:#eeebdf;
	background-image: URL(../../images/bg.gif);
    background-repeat: repeat-x;
}
#MainHome
{
	margin:1% 4%;
	padding:1%;
	background-color:White;
}
#baner
{
	font-weight:bold;
	color:White;
	margin:1px 0 0 2%;
	width:100%;
	height:100px;
	background-image:url(../../Images/branding-bg.gif);
	background-repeat:repeat-x;
}
#footer
{
	text-align:center;
	clear:both;
	margin:3px;
	width:100%;
	height:20px;
	background-color:#eeebaa;
}
#Content
{
	width:100%;
}
#right
{
	margin:2px;
	
	float:right;
	width:50%;
	height:250px;
	
}
#left
{
	margin:2px;
	float:left;
	background-color:#dae5ee;
	width:316px;
	height:250px;	
}
#img
{
	margin:0px;
}
#myMovieName
{
	margin:0px 3%;
}
#bottom
{
	
	margin:0px;
	width:100%;
	direction:ltr;
	background-color:#a7bcd4;
	clear:both;
}