/* =============== HTML =============== */

body{
 margin:0px;
 padding:0px;
 background-image:url(/images/ntad_logo_bg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 background-color:#070707;
 font-size: 15px;
 font-family: helvetica, arial, tahoma, sans-serif;
 text-align: center;
}

img{border:0px;}



/* =============== Containers =============== */

#container {
position: relative;
margin: 0 auto;
width: 800px;
height: 600px;
}


#info {
position: relative;
margin: 0 auto;
top: 300px;
display: block;
width: 600px;
height: 415px;
text-align: center;
}



/* =============== Content Text =============== */

#info p#text {
color: #ffffff;
font-size: 15px;
line-height: 22px;
text-align: center;
}

#info p#text a:link, a:visited {
color: #ffffff;
text-decoration: underline;
}

#info p#text a:hover {
color: #ffffff;
text-decoration: none;
}


#info p#txtq {
color: #ffffff;
font-size: 14px;
line-height: 20px;
text-align: center;
margin-top: 0px;
}

#info p#txtq a:link, a:visited {
color: #ffffff;
text-decoration: underline;
}

#info p#txtq a:hover {
color: #ffffff;
text-decoration: none;
}



#info p#contact {
color: #ffffff;
font-size: 16px;
line-height: 25px;
text-align: center;
text-decoration: none;
margin-bottom: 5px;
margin-top: 25px;
}

#contact a:link, #sub-nav li a:visited {
color: #ffffff;
text-decoration: none;
}

#contact a:hover {
color: #ffffff;
text-decoration: underline;
}
