body, html{
background-color: #fff;
background-image: url(/Images/Site/bg_main_01.jpg);
margin: auto;
height: 100%;
}
#container1 {
#position: relative;
display: table;
overflow: hidden;
width: 871px;
height: 100%;
margin: auto;
}
#container2 {
#position: absolute;
#top: 50%;
width: 871px;
display: table-cell;
vertical-align: middle;
}
#content {
position: relative;
#top: -50%;
height: 580px;
background: url(/Images/Site/bg_main_02.gif) no-repeat center;
}
#button {
position: absolute;
top: 400px;
right: 90px;
width: 217px;
height: 53px;
background-image: url(/Images/Site/enter_off.jpg);
cursor: pointer;
}
#button:hover {
background-image: url(/Images/Site/enter_on.jpg);
}