body{
	background-image:url(../images/front.png);
	background-repeat:no-repeat;
	background-size: cover;	
}

.skull{
	background-image:url(../images/skull.png);
	background-size:cover;
	width:600px;
	height:600px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}

.data{
	font-family:Rationale,"Droid Arabic Naskh";
	width:450;
	margin-left:auto;
	margin-right:auto;
	color:#0F0;
	font-size:30px;
}

.title{
	float:left;
	border-radius:8px;
	background-color:rgba(0,0,3,0.9);
	padding:5px;
	vertical-align:middle;
	width:200px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	margin-bottom:2px;
}

.wide{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-radius:8px;
	background-color:rgba(0,0,3,0.9);
	padding:5px;
	vertical-align:middle;
	text-align:center;
	margin-bottom:2px;
}

.dwide{
	width:600px;
}

.arabi{
	font-size:24px;
	line-height:140%;
	padding-bottom:2px;
}

iframe {
    display: block;
    margin: 0 auto;
    border: 0;
}