* {
  margin: 0;
  font-family: Verdana;
  font-size: 10pt;
  line-height: 120%;  
}

h1 {
	font-family: 'Nobile',sans-serif;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {
	font-family: 'Nobile', sans-serif;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	margin-bottom: 0.5em;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: square;
}

li {
  line-height: 160%;
}

#top {
  font: 24pt bold "Droid Sans";
  color: #fff;
  background: #2844a0;
  background-image: url(i/topgrad.png);
  padding: 20px;
  //border-bottom: solid 40px #6a9bff;
  
}

#top-centered {  
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;    
}

#nav {  
  height: 40px;  
  color: #ddd;
}

#nav-centered {
  font: bold 16pt Arial;
  width: 800px;  
  margin: 0 auto;  
  padding: 8px 0 0 80px;
}

#home-link {
  position: absolute;
  height: 70px;
  width: 250px;
}

#middle {
  min-height: 700px;  
 // background-image: url(i/rgrad.png);
 // background-repeat: no-repeat;
 // background-position: 250px -100px;
 // background: #25316e;
  
  //border-top: solid 77px #1a234e;
  
  //background: #25316e;
  background: #616674;
  //background: #555;
  background-image: url(i/blueblock.png);
  background-repeat: repeat-x;
  
}

#middle-centered {
  width: 899px;
  min-height: 800px;
  margin: 0 auto;
  clear: both;   
   
  background-image: url(i/background3.jpg);
  background-repeat: no-repeat;     
}

#content {  
  width: 899px;
  //min-height: 722px;
  position: absolute;
  top: 77px;
}

#front-page-text {
  color: white;
  font: 18pt 'Nobile', sans-serif;
  text-shadow: 1px 1px 1px #aaa;
  
  position: absolute;
  top: 200px;  
  left: 30px;
  width: 300px;
  
}

#front-page-text a {
  color: #aaa;
  font-size: 14pt;
}

#promotext {
  width: 350px;
  border: solid 1px green;
  color: white;
  font: bold 16pt Arial;
  text-shadow: 0 -1px 1px #026390;
  float: left;
  visibility: hidden;
}

#footer {
  //background: #333 url(http://lists.misec.net/i/footergrad.png);  
  background: #444;
  height: 350px;    
  padding: 0;
  color: #fff;
  width: 100%;   
  z-index: 11;   
}

#footer a {
  color: #ddd;
  text-decoration: none;
}

#footer ul {
  margin-top: 16px;
  margin-bottom: 34px;
  padding-left: 12px;
}

#footer-centered {
  width: 899px;
  margin: 0 auto;
  background: #444;
  overflow: auto;
  min-height: 350px;  
}

#footer-left {
  width: 250px;
  padding: 25px;
  font: bold 14pt Arial, sans-serif;
  //border-right: dotted 1px #aaa;
  float: left;
  display: inline-box;  
}

#footer-center {
  width: 250px;
  padding: 25px;
  font: bold 14pt Arial, sans-serif;
  //border-right: dotted 1px #aaa; 
  float: left;
  display: inline-box;
}

#footer-right {
  width: 200px;
  padding: 25px;
  font: bold 14pt Arial, sans-serif;
  float: left;
}

#download-button {
  position: absolute;
  top: 443px;
  left: 378px;
  border: none;
}

#buy-button {
  position: absolute;
  top: 443px;
  left: 650px;
  border: none;
}

#facebook {
  position: absolute;
  top: 570px;
  left: 770px;  
}










