em, a {
	COLOR: white;
	TEXT-DECORATION: none;
	-webkit-transition: 0.25s ease-in-out;
	font-style: normal;
}

a:hover {
	COLOR: black;
	TEXT-DECORATION: none;
	background-color:#FF9AD7;
	opacity: 0.9;
}

h1 {
	font-family: helvetica;
	font-size: 75px;
	font-weight: bold;
	color: white;
}

div.links {
	font-family: helvetica;
	font-size: 75px;
	font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td, #cont {
    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:0;left:0;
    z-index:70;
    overflow:auto;
}

.box {
    margin-top: 10px;
    margin-left: 10px;
    width: 800px;
    padding: 10px;
    padding-bottom:10px;
    
}
