/*
landing.css
17:07 2020-11-26 for CSP
*/
*{margin:0;padding:0}
/* 16:42 2020-11-26 remove for web accessiblity
a, *:focus{outline:0} 
*/
img{border:none}
body{background:#EBEBEB url(/images/landing/bg.gif) repeat-x;font-family:Arial,Helvetica,sans-serif}
#en{font-family:Arial,Helvetica,sans-serif}
#tc,#sc{font-family:PMingLiu,MingLiu,Arial,Helvetica,sans-serif}
#landingPage{width:977px;margin:20px auto 0;padding:0 10px}
#hksar{margin-bottom:27px}
#welcome{overflow:hidden;width:100%;background:url(/images/landing/box.gif) no-repeat}
#landingPhoto{float:left;width:608px}
#welcomeTo{float:left;width:356px;height:321px;margin-top:93px;text-align:center;position:relative}
#brandHK{margin-top:10px;text-align:right}
#languages{overflow:hidden;width:100%;margin-top:23px}
.buttonContainer{width:227px;overflow:hidden;margin:auto}
.button{float:left;width:auto;margin:5px}
.button a{display:block;width:auto;float:left;height:24px;line-height:24px;padding-left:15px;text-decoration:none;font-weight:bold;font-size:13px;color:#FFF;background:url(/images/landing/button.gif) repeat-x}
.button span{display:block;padding-right:15px;background:url(/images/landing/button.gif) right top}
.button a:hover{background:url(/images/landing/button.gif) left bottom repeat-x}
.button a:hover span{background:url(/images/landing/button.gif) right bottom repeat-x}

#others{position:absolute;right:0;bottom:15px;width:55px}
#govhklite,#contactus{line-height:0}
#govhklite a{text-indent:-9999px;display:block;float:left;width:11px;height:15px;margin:0 5px;background:url(/images/landing/lite.gif)}
#contactus a{text-indent:-9999px;display:block;float:left;width:17px;height:13px;margin:1px 5px;background:url(/images/landing/contact.gif)}
#govhklite a:hover, #contactus a:hover{background-position:right top}

