@charset "utf-8";
*{margin:0px; padding:0}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#strip {
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 100%;
	z-index: 10;
	background-color: #000;
}
#body-content-wrapper {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#content {
	padding: 0px;
	height: 480px;
	width: 1360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#video {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 910px;
	float: left;
}
iframe {
	padding: 0px;
	height: 400px;
	width: 448px;
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#about {
	margin: 0px;
	padding: 0px;
	height: 460px;
	width: 440px;
	float: right;
	background-color: #333;
	border: 1px solid #999;
}
.about-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
	height: 400px;
	width: 390px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	direction: rtl;
}
#red-btns {
	padding: 0px;
	list-style-type: none;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
	width: 910px;
	float: left;
}
.bottom-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	background-color: #510225;
	padding: 0px;
	height: 40px;
	width: 291px;
	text-align: center;
	line-height: 37px;
	font-weight: normal;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	display: block;
	direction: rtl;
}

.bottom-btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FC0;	
	}
