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

body {
	font-size: 1.4em;
}

#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:20%;left:0;
    z-index:70;
    overflow:auto;
    color: #fff;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 20px;
    background: url('../images/box-bg3.png') repeat 0 0;
    border: 1px solid #444;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
}

#content {
	margin-top: 30px;
	margin-left: 50px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #d00001;
}

#footer {
	margin-top: 40px;
	text-align: right;
}

p.small {
	font-size: .8em;
	font-style: italic;
}



