/* css.css - � cortinacollective2009 */

/* tags */

body {
  width: auto;
  margin:0;
  padding:0px;
  font: Arial, Trebuchet,Verdana,Sans-Serif;
  background-color: white;
  background-image:url(''); 
  background-size: cover;
  }

a:link {
  background: #000000;
  color: #ffffff;
  text-decoration:none;
  }
a:visited {
  background: #000000;
  color: #ffffff;
  text-decoration:none;
  }
a:hover {
  background: #000000;
  color: #ffffff;
  text-decoration:none;
  }
a img {
  border-width:0;
   }

img {
  background:#ffffff;
  padding:0px;
  border:0px solid #232323;
  margin-top:0px;
  }


/* divs */

/* Content
----------------------------------------------- */
#content {
  width: auto;
  text-align:center;
  }


/* classes */

.intro { font-family: arial; font-size: 40px;
 font-weight: bold; text-decoration:none; margin-top: 200px; margin-bottom: 60px; padding: 0px; letter-spacing: 2px; color: #000000; text-align : center;}

