@font-face {
 font-family: 'sans';
 src: url('fonts/sans.eot');
 src: local('sans'), url('fonts/sans.woff') format('woff'), url('fonts/sans.ttf') format('truetype'), url('fonts/sans.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
* {
	direction: rtl;
	text-align: right;
	font-family:sans;
	margin: 0;
  padding: 0;
}
html , body {
	background-color:#f6f6f6;
}
a{
	text-decoration: none;
	font: 700 13px/15px 'sans';
}
.clear {
    clear: both;
}
#BoxMain{width:100%;float:right;}
#Box2{width:100%;float:right;text-align: center; margin-top : 10px;}

.logo {width: 100px;height: 100px;}
.poster {width: 360px;height: 300px;}
.title{
	font-weight: bold;
font-size: 19px;
}
.title2{
font-size: 17px;
}
.BoxLink{
	background: #223dce;
	width: 150px;
	padding: 13px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}
.Link{	
	color: #fff;
	width : 100%;
}