@charset "UTF-8";
/* CSS Document */

html {overflow: hidden;}
body {background-color: #F2F5F7;}
#wrap {
position: absolute;
z-index: 1; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
background-color: #F2F5F7;
}
#footer{
position: absolute;
width: 100%;
bottom: 0;
z-index: 2;
}
.contact{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #666666;
}
.contact a {color: #336699; text-decoration: underline;}
.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
text-align: center;
color: #999999;
}
.copyright a {color: #999999; text-decoration: none;}
