body{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #fff; 
	color: #333;
}

#titulo {
	margin: 0 0 0 0;
	float: left;
	clear: both;
	width: 100%;
	height: 80px;
	z-index: 2;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: #666;
}

#seletores {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 55px;
	background: white;
	background-image: url(selector_back.png);
}

.seletor{
	float: left;
	width: 210px;
	height: 200px;
	margin: 0 60px 0 0;
	background-position: 0px 0px;
	cursor: pointer;
}

.seletor_lighten{
	float: left;
	width: 210px;
	height: 200px;
	margin: 0 60px 0 0;
	background-position: -210px 0px;
	cursor: pointer;
}

#hack{
	width:1000px;
	height: 170px;
}

#texto{clear: both;}

#gallery{	background-image: url(gallery.png); margin-left: 110px; }
#chaos{		background-image: url(chaos.png);}
#writings{	background-image: url(writings.png);}

#descriptor {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	text-align: center;
}

#footer {
   position:fixed;
   bottom:0;
   width:100%;
   height:66px;
   background: url(bottom.png) repeat-x bottom left;
   text-align: right;
   overflow: hidden;
}

#contact_slide {
   width: 300px;
   height: 500px; 
   top: 100%;
   left: 40%;
   border: 1px solid #333333;
   background-color: #ccaaff;
   text-align: center;
   overflow: hidden;
   position: fixed;
}

