html {
 height: 100%;
 width: 100%;
 margin: 0;
 padding :0;
	}

body{
 background-color: #000;
 font-size: 12px;
 color: white;
 font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
 height: 100%;
 width: 100%;
 margin: 0;
 padding :0;
}

a:link { color: red; }
a:visited { color: red; }
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}
a:hover {color: red;}

#contener {
	position: relative;
    width: 980px;
	height: 97%;
	margin: 0 auto;
	border: none;
}
	
#content1 { 
  position: relative;
  width: 100%;
  height: 28%;
  background-color: #000000;
}

#content1a { 
  position: absolute;
  width: 33%;
  height: 100%;
  font-size: 20px;
  padding-top: 25px;
  text-align: center;
}

#content1b { 
  position: absolute;
  width: 33%;
  height: 100%;
  margin-left: 33%
}

#content1c { 
  position: absolute;
  width: 33%;
  height: 100%;
  margin-left: 66%
}

#content2 { 
  position: relative;
  width: 100%;
  height: 65%;
  background-color: #000000;
  overflow: auto;
  text-align: left;
  list-style: none;
  border: none;

}

#content2 li { 
	margin: 0 22%;
}
  
#content2 h2, h3 {
	text-align: center;
}

#content2 p {
	margin: 5px 10% 5px 10%;
}

#content3 { 
  position: relative;
  width: 100%;
  height: 5%;
  text-align: center;
  background-color: #000000;
  font-size: 22px;
  	border: none;

}

#content3 a{ 
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#arriere{
display: block;
margin: 0 auto;
max-height: auto;
max-width: 100%;
}



img.floatLeft { 
    float: left; 
    margin: 9px; 
}

img.floatRight { 
    float: right; 
    margin: 9px; 
}

p.t150 			{
	font-size: 150%
}
	
p.t130 			{
	font-size: 130%
}

p.t100			{
	font-size: 100%
}


