body,img{
margin:0;
padding:0;
}
img{
border:none;
}
:focus{
outline:0;
}
body{
font:normal 14px/1.5 Arial,Tahoma,Helvetica,sans-serif;
}
.container{
margin:0 auto;
width:900px;
height:640px;
position:relative;
}
#loading{
width:900px;
height:640px;
line-height:640px;
text-align:center;
background:#eee;
}
#llk_wrap{
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
width:900px;
height:640px;
position:relative;
display:none;
}
#llk_progressbar{
height:40px;
width:250px;
display:none;
position:absolute;
right:60px;
bottom:5px;
}
#progress_content{
position:relative;
}
#progress_content img{
position:absolute;
top:0;
}

#progress_full{
clip:rect(0,0,0,0);
}
#progress_head{
left:245px;
}
#llk_map{
width:600px;
height:480px;
position:relative;
top:40px;
left:0px;
}
#llk_map canvas{
position:relative;
}
#llk_map img{
width:60px;
height:60px;
float:left;
cursor:pointer;
}
#llk_tools{
display:none;
width:180px;
position:absolute;
top:100px;
right:20px;
height:480px;
background-image:url(../images/toolsBackground.png);
background-repeat:no-repeat;
}
#llk_tools div.tools-item{
color:#eee;
font-size:20px;
font-weight:bold;
margin:20px;
}
#llk_tools span{
line-height:20px;
}
#llk_tools img{
width:40px;
height:40px;
cursor:pointer;
vertical-align:middle;
}
#start_button{
position:absolute;
width:300px;
height:80px;
left:300px;
bottom:40px;
cursor:pointer;
}
#won{
position:absolute;
display:none;
top:100px;
left:250px;
height:300px;
width:400px;
}
#player_information{
position:absolute;
top:10px;
right:20px;
height:49px;
width:100px;
background:url(../images/recordsBackground.png) no-repeat;
text-align:center;
line-height:49px;
color:#fefe00;
font-size:12px;
}

#player_information #player_name{
color:#ff00ff;
}
#player_information #player_records{
font-size:14px;
font-weight:bold;
color:#ff4444;
}
#mask{
width:100%;
height:640px;
position:absolute;
z-index:100;
background:#333;
top:0;
left:0;
opacity:0.3;
filters:alpha(opacity=30);
display:none;
}
#dialog{
top:200px;
left:350px;
width:200px;
height:150px;
background-color:#F4FFFD;
position:absolute;
border:1px solid #ccc;
z-index:101;
border-radius: 5px 5px 5px 5px;
display:none;
}
#dialog_head{
position:absolute;
top:0;
left:0;
width:195px;
height:25px;
background:#3879D9;
color:#eee;
font-size:12px;
font-weight:bold;
line-height:25px;
padding-left:5px;
border-radius: 5px 5px 0px 0px;
}
#dialog_body{
position:absolute;
top:25px;
width:152px;
height:81px;
padding:20px;
border:4px solid #3879D9;
border-top:none;
text-align:center;
border-radius: 0px 0px 5px 5px;
}
#dialog_body input[type=text]{
width:80px;
height:20px;
border:1px solid #7db6fe;
}
#dialog_body input[type=submit]{
margin-top:30px;
padding:2px;
width:60px;
height:30px;
}
.clear{
clear:both;
}
