/* CSS Document */
*{
padding: 0;
margin: 0;
}
#container {
height: 100%;
text-align: center;
	background-image: url(gradiente.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container h1 {
margin-top:2em;
}
#textos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #999999;
	margin-bottom: 2em;
}
#container a:hover{
text-decoration: none;
color: #8F8B35;
}
#container a{
text-decoration: none;
color: #403217;
}
#plugin{
padding-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999999;
}
