* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    
}

a:link
{color: #340000; text-decoration: none;
}
/* unvisited link */

a:visited
{color: #340000; text-decoration: none;
}
/* visited link */

a:hover
{ color: #340000; text-decoration: underline;
}


#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top: -30%;
    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:50px; bottom:200px; left:50px;
background: white;
 z-index:70; 
    opacity:0.7; 
    
}

.box {
	

  	margin: 0 auto;
    width: 700px;
    padding: 50px;
margin-bottom:50px;
    
	font-size:12px;
font-family: Helvetica, Arial, Arial, sans-serif;
background: white;
}



