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

* {
    margin: 0;
    padding: 0;
}

body{
	text-align:center;
	
	background-color:#fffddc;}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

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

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

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
} 

#cont {
    position:absolute;
   width:100%;
    z-index:70;
    overflow:auto;
	text-align:center;
}

.box {
    margin: 0 auto;
 text-align:center;
    width:100%;
    padding-top:20%;

    font: 14px/2.2 Georgia, Serif;
}

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

a img { border: 0px; }
