@charset "utf-8";

body{
	background:url(../img/fundo.png) #000;
	margin:0px;
	padding:0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper{
	height:650px;
	width:1120px;
	margin:5% auto;
}

#tudo{
	width:300px;
	height:200px;
	position:relative;
	top:60%;
	left:60%;
}

#entrar{
	background:url(../img/entrar.png);
	width:135px;
	height:35px;
}

#entrar:hover{
	background-position:0px 35px;
}

#texto{
	width:300px;
	height:80px;

}