body {
	background:url(../img/bg1.jpg) fixed no-repeat;
	margin:0 auto;
	padding:0;
	padding-bottom:23px;
	text-align:center;
	font-family:arial;
}

img{
	border:0;
}

* {
	margin:0;
	padding:0;
}

input{
	background:transparent;
	color:white;
	border:0;
}

textarea{
	background:transparent;
	color:white;
	border:0;
	font-size:14px;
}

select{
	background-color:#040404;
	border:none;
	color:white;
	border-radius: 0px; /*Padrão*/
	-moz-border-radius: 0px; /*Firefox*/
	-webkit-border-radius: 0px; /*Web Kit*/
}