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



html,body{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.1px;
	width:100%;
	height:100%;
	position:relative;
	background-color:#ffb005;
}


* {
    margin: 0;
    padding: 0;
}

#bg0, #bg0 table, #bg0 td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg0 { position: fixed;}

#bg0 div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg0 td {
    text-align:center;
    vertical-align:middle;
}

#bg0 img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
	/*background-image:url(img/bg.jpg);*/
}


#bg1, #bg1 table, #bg1 td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg1 { position: fixed;}

#bg1 div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg1 td {
    text-align:center;
    vertical-align:middle;
}

#bg1 img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
	/*background-image:url(img/bg.jpg);*/
}

#bg1, #bg1 table, #bg1 td {
    height:100%;
    width:100%;
    overflow:hidden;
}

