/* * * * * * * * * * *
 *
 *  CSS by REFFER
 *  www.reffer.com.br
 *
 * * * * * * * * * * */


/***** INICIALIZAÇÃO ***********************************************/
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
	vertical-align:baseline;
	outline: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:middle;
}
/*************************************************/

html, body{
	height:100%;
}
body{
	background:-webkit-gradient(gradient,0 -40%,0 50%,from(#999),to(#000));
	background-color:#dce1e6;
	margin:0;
	overflow:hidden;
}
#base{
	background:url(./logoguia2.png) #dce1e6 center center no-repeat;
	height:100%;
}
#corpo{
	width: 462px;
	position:relative;
	left: 66%;
	margin-left: -493px;  /*margin  tem q ser metade do width*/
	padding-top: 170px;
}

#logo {

}

#twitter {
	padding: 40px 0px;
}

#logo_reffer {
	text-align: center;
}