/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
#flashcontent {
  height: 100%;
  width: 100%;
  background-color: #f3f3f3;
  padding: 0px;
  margin: 0px;
}
/* end hide */

#header {
  background-color: #191919;
  padding-left: 100px;
}

#backupContent {
  margin-top: 40px;
  padding-left: 100px;
}


body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  overflow:hidden;
}

h1 {
font-family: verdana;
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
}

h2 {
color: #5d6163;
font-family: verdana;
font-size: 17px;
font-weight: bold;
margin-bottom: 20px;
}

p {
font-family: verdana;
font-size: 14px;
}

#thumbCell {
padding-right: 20px;
}

#flashTable {
margin-bottom: 30px;
}

#profile {
color: #697280;
line-height: 24px;
}

a:link { text-decoration: none; color: #0098FF }
a:visited { text-decoration: none; color: #0098FF }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #13c2ff }