body{
background:#111;
}
#content{
width:100%;
height: 100%;
}
#title{
position: relative;
width:400px;
height:110px;
background: url('../images/landtitle.png');
float: left;
left:50%;
margin-left: -200px;
top: 20px;
}
#button{
top: 200px;
position:absolute;
width:99%;
height:450px;
}
#hunt{
position: relative;
width:245px;
height:450px;
background: url('../images/landhunt.png');
float: left;
left:50%;
margin-left: -290px;
}
#fish{
position: relative;
width:245px;
height:450px;
background: url('../images/landfish.png');
float: left;
left:50%;
margin-left: 30px;
}
#landfx{
position:absolute;
width: 360px;
height: 130px;
background: url('../images/landfx.png') no-repeat;
bottom: 52px;
left: -55px;
opacity: 0;
}
#dialog {
background: #eee url(../images/bg.jpg) no-repeat center top;


}
#dialog a {
    width: 180px;
    height: 250px;
	
}
#dialog a:focus {
width:0px;height:0px;outline:0px;
}
.spanish{
width:180px;
height:250px;
background: url("../images/es.png") no-repeat;

}
.english{
width:180px;
height:250px;
background: url("../images/us.png") no-repeat;

}
