/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;color: #000;}

body 				{
	text-align:center;
	background: fff;
	height: 100%;
  font-family: "Arial", "Helvetica", sans-serif;
  width:100%;
}

h1 {
  background: transparent url("../images/text.jpg") no-repeat 0 0;
  width: 600px;
  height: 65px;
  font-color: #000;
  text-indent: -10000em;
}   

img 				{border:none;
  
  }

#wrapper {
  text-align: center;
  width: 600px;
  margin: 0 auto;

}
   
#content {

  width: 600px;
  text-align: center;
  font-weight: bold;
  overflow:hidden;
  padding-bottom:50px;
}

a {
   	display: block;
    margin-top: 10px;
   }


   a:link {color:#000; text-decoration:none;} 
   a:visited {color:#0000a0; text-decoration:none;} 
   a:hover {color:#ff0000; text-decoration:none;} 
   a:active {color:#ff0000; text-decoration:none;}

