body {
    background: #f7efe4;
}

#splash-container {
    width: 480px;
    height: 600px;
    margin: 0 auto;
    padding-top: 160px;
    background: url(http://www.alquaiti.com/wp-content/themes/alquaiti/images/splashbg.png) no-repeat center center;
}


#splash-logo {
    width: 470px;
    height: 255px;
    background: url('http://www.alquaiti.com/wp-content/themes/alquaiti/images/splashlogo.png') no-repeat center center;
}


#english-welcome {
    font-family: 'Times New Roman';
    font-variant: small-caps;
    font-size: 20px;
    color: #d39f56;
    text-align: center;
    margin-top: 5px;
    height:30px;
}


#arabic-welcome {
    direction: rtl;
    unicode-bidi: embed;
    font-variant: small-caps;
    font-weight: bold;
    font-family: Times;
    font-size: 16px;
    color: #d39f56;
    text-align: center;
    margin-top: 5px;
    font-variant: small-caps;
    height:30px;
}


.arabic-splash-text {
    direction: rtl;
    unicode-bidi: embed;
}

#select-eng{
	width:auto;
	font-family: 'Times New Roman';
    font-size: 14px;
    font-variant: small-caps;
    color: #d39f56;
    text-align: center;
	float:left;
}

#select-eng a, .select-eng a:visited {
    text-decoration: none;
    font-size: 15px;
    font-family: 'Times New Roman';
    font-variant: small-caps;
    color: #d39f56;
}

#select-ar{
	width:auto;
	direction: rtl;
    unicode-bidi: embed;
    font-size: 15px;
    color: #d39f56;
    text-align: center;
float:right;
}

#select-ar a, #select-ar a:visited {
    direction: rtl;
    unicode-bidi: embed;
    color: #d39f56;
    text-decoration: none;
margin:0;
padding:0;
}

#select-eng a:hover, #select-ar a:hover {
    border-top: 1px solid #d39f56;
    border-bottom: 1px solid #d39f56;
}