html, body{
height:100%;width:100%;
}

#introBg{
height:100%;width:100%;
/*background-color:#123555;*/
overflow:hidden;
/*background-color:rgba(18,53,85,1)*/
text-align:center;
}

#introBg:hover{
cursor:pointer;
}

img.defaultImg{
position:relative;
border:none;
display:none;
}

img.introBg{
height:100%;
}

img.introEnterImg{
border:none;
}

#marginDiv{
height:70%;width:100%;
}

#introEnter{
height:150px;width:200px;
margin:auto;
text-align:center;
}

a{
display:inline-block;
text-decoration:none;
border:none;
}
