body {
	direction: rtl;
	background: black url('background.jpg') no-repeat top right;
	}

img {
	border: 0px;
	}

div#title {
	position: absolute;
	top: 0px; right: 0px;
	}

div#instructions {
	position: absolute;
	top: 118px; right: 491px;
	}

div#portrait {
	position: absolute;
	top: 118px; right: 511px;
	}

div#portrait img {
	border: black 1px solid;
	}

div#text {
	position: absolute;
	top: 278px; right: 511px;
	margin: 0px; padding: 0px;
	padding-bottom: 100px;
	color: white;
	font: 700 3em Arial;
	word-break: break-all;
	overflow: hidden;
	}

div#query {
	position: absolute;
	top:120px; right: 41px;
	text-align: right;
	}

div#query img {
	border: 0px;
	}
