body {
		margin:15px 20px 0px 20px;
		background-color: Black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: White;
	    font-size: 0.8em;
		}

 a {
   text-decoration: none;
   color: #ffffff;
}

a img {
   text-decoration: none;
   border: none;
	}

a img:hover {
  text-decoration: none;
    }

a img:visited {
  text-decoration: none;
}
	
	#main {
		border:2px solid #fff;
		background:#000;
		width: 780px;
		margin-left: 20%;
		}
		
		#retro {
			/*background-image: url(images/bground.jpg);*/
			width: 780px;
			/*height: 260px;*/
            padding: 12px;
            	}
		
		#flash {
		padding: 7px;
		float: left;
		}
		
		#welcome {	
		
		width: 720px;
		padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 10px;
		font-weight: normal;
		/*float: right;*/

        }

        #header {
          font-size: 14px;
          font-weight: bold;
          background-color: #544e4e;
          width: 100%;

        }

        #headerhome {
          font-size: 14px;
          font-weight: bold;
          background-color: #544e4e;
          /*width: 520px; */
          width: 100%;

        }


		/*
		
		background-image: url(images/welcomebg.jpg);
		filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;*/
		}
		
				
		#welcome2 {
		float: right;
		background-image: url(images/welcomebg.jpg);
		width: 780px;
		padding-top: 7px;
		font-weight: bold;
  		color: white;
		padding: 5px;
		}
		
		#features {
			font-size: 0.7em;
		}
		
		#spacer {
			background-color: Black;
			height: 10px;
		}

  #footer {
    text-align: center;
    font-weight: bold;
  }

.hidden { display: none; }
.unhidden { display: block; }


