/* ============ CSS adapted from ================================
http://www.themaninblue.com/writing/perspective/2005/08/29/
============================================================== */

*{
margin:0;
padding:0;}

* html #itnfooter{
margin:-1.4em 0 0;}

* html #itnnonfooter{
height:100%;}

body{
background:#fff;
height:100%;
text-align:center;}

html{
background:#fff;
height:100%;
margin-bottom:1px;}

#itncontent{
margin:0 0 40px;}

#itnfooter{
background:#fff;
margin:-1.4em auto 0;
position:relative;
text-align:left;
width:760px;}

#itnnonfooter{
background:#fff;
border-bottom:1px solid #fff;/* keep opera happy */
margin:0 auto;
min-height:100%;
text-align:left;
width:760px;}



/* =====================================
              FOOTER CSS


*{
margin:0;
padding:0;
}

* html #itnfooter{
margin:-26px 0 0;
}

* html #itnnonfooter{
height:100%;
}

body{
background:#fff;
height:100%;
text-align:center;
}

html{
background:#fff;
height:100%;
margin-bottom:1px;
}

#itncontent{
padding:0 0 30px;
}

#itnnonfooter{
background:#fff;
border-bottom:1px solid #fff;/* keep opera happy - MAKES A LINE AT THE BOTTOM */
margin:0 auto;
min-height:100%;
text-align:left;
width:760px;
}

#itnfooter{
background:#fff;
margin:-26px auto 0;
position:relative;
text-align:left;
width:760px;
}

======================================*/