html {
width:99%;
height:100%;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}

body {
width:100%;
height:100%;
background:#000;
font-family:arial, helvetica, sans-serif;
color:#FFF;
text-align:center;
}

#global {
width:100%;
height:100%;
text-align:center;
}

#logo {
position:relative;
z-index:2;
width:auto;
height:490px;
margin-left:auto;
margin-right:auto;
background:url(pics/jmf_digital_services.jpg) no-repeat center;
}

h1,h2,h3 {
position:relative;
z-index:2;
width:auto;
height:auto;
margin-bottom:-90px;
color:white;
font-size:30px;
letter-spacing:14px;
text-align:center
}

h1 {
position:relative;
z-index:0;
color:#000;
height:10px;
overflow:hidden;
margin-bottom:-90px;
}

h2 {
font-size:20px;
letter-spacing:6px;
font-style:italic;
margin:-35px 0 -15px 0
}

h3 {
font-size:15px;
letter-spacing:6px;
font-style:italic;
color:#FFC600;
}


img {
position:relative;
z-index:0;
visibility:hidden
}



p {
margin-top:100px
}


a, a:link, a:visited {
color:#3EA6FF;
text-decoration:none;
border:1px solid #FFF;
padding:2px
}

a:hover, a:active {
color:#FFC600;
text-decoration:underline
}