body {
    margin: 0;
    padding: 0;
}

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:-50%;
    width:200%;
}

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

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
#cont {
	position:absolute;
	top:10px;
	left:8px;
	z-index:70;
	overflow:auto;
	width:100%;
	height:100%;
}

.box {
	width: 450px;
	height: 450px;
	background: transparent;
	padding-bottom:0px;
	font: 20px/2.2 Georgia, Serif;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

.goto a{
	background:url(../images/go_link.png) no-repeat 50% top;
	display:block;
	width:77px;
	height:28px;
	position:absolute;
	top:90%;
	right:5%;
	z-index:10;
}
.goto a:hover{
	background:url(../images/go_link.png) no-repeat 50% bottom;
}
