<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	margin: 0 auto;
	background-color:#dde3e5;
	text-align:center;
}

.centerdiv
{
	width:720px;
	height:500px; /* change this */	
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-355px;
    margin-top:-200px;
	text-align:left;
}

.languagelink
{
	position:absolute;
	width:720px;
	text-align:center;
	margin-top:20px;
	margin-left:0px;
}

.linktable td
{
	width:150px;
}

.ayah
{
	width:720px;
	height:90px;
	text-align:center;
	background-image:url(gfx/ayah.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.logo
{
	width:720px;
	height:350px; /*change this */
	text-align:center;
	background-image:url(gfx/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

a img
{
	border-width:0px;
	cursor:pointer;
}

.linkimg
{
	filter:alpha(opacity=90); 
	-moz-opacity: .9;
	opacity: 0.9;
}
</pre></body></html>