@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
	font-size:12px;
	margin:0;
	direction:rtl;
	overflow:hidden;
}

#main-warper{
	width:990px;
}
#rightside{
	float:right;
	width:198px;
}
#leftside{
	float:right;
	width:390px;
}
#leftside-video{
	float:right;
	width:640px;
	margin-top:30px;
}
#videoinside{
	margin-top:50px;
	margin-right:12px;
	float:right;
	position:absolute;
	z-index:0;
}
#cut{
	position:absolute;
	right:808px;
	top:48px;
	z-index:1;
}
#circle{
	float:right;
	width:390px;
	height:594px;
	text-align:right;
	overflow:visible;
}
#facebook{
	float:right;
	margin-top:23px;
	margin-right:20px;
	width:200px;
}
#model{
	float:right;
	margin-right:14px;
}
#footer{
	float:right;
	clear:both;
	margin-top:60px;
	width:198px;
}


