@charset "utf-8";
/* CSS Base Document */

@import url(content.css);

html{
height:100%;
max-height:100%;
}

body{
background-color:#bbb;
font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
font-size: small;
height: 100%;
max-height:100%; 
color:#231f20;
}

* {
margin:0;
padding:0;

}

img{
border:0;
}
/* basic container styles */

#flashcontent{
color:#fff;
}

#nfcontent{
width:100%;
text-align:center;
}

#nftext{
text-align:left;
margin:30px auto auto auto;
width:500px;
}


#datacontent{
background:#fff url(../images/content-bg.png) top left repeat-x;
text-align:center;
margin:0;
}

#dataholder{
width: 767px;
min-height: 300px;
text-align:left;
margin:0 auto 0 auto;
padding:25px 0 0 0;
}

#footer{
margin:2em 0 0 0;
height: 15px;
width:100%;
font-size:0.7em;
text-align: center;
}

#loading{
display:none;
}
#upbtn {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; right: 40px; bottom: 40px;
}
body > div#upbtn {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
.clear{
clear:both;
}