/* CSS Document */
.show{
	position: relative;
	float: left;
	width: 200px;
	height: 100px;
	display: none;
	font-size: 24px;
	font-weight: bold;
}
.show2{
	position: relative;
	float: right;
	width: 200px;
	height: 100px;
	display: none;
	font-size: 24px;
	font-weight: bold;
}
body{
	background: #000;
	direction: rtl;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#all{
	margin: auto;
	width: 900px;
}
#cent{
	position: absolute;
	width: 900px;
	height: 300px;
	top: 10%;
}
#script{
	position: relative;
	float: left;
	width: 900px;
	height: 180px;
	font-size: 100px;
}
#english{
	position: relative;
	float: left;
	width: 150px;
	height: 100px;
	background: url(images/english.png) no-repeat center;
	margin-left: 200px;
}
#german{
	position: relative;
	float: right;
	width: 150px;
	height: 100px;
	background: url(images/german.png) no-repeat center;
	margin-right: 200px;
}
#tools{
	position: relative;
	float: left;
	width: 900px;
	height: 400px;
	background: url(images/tools.png) no-repeat center;
}