@charset "utf-8";

body {
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
}
#header {
	height: auto;
	width: 714px;
	margin: auto;
}

#header #player {
	float: left;
	height: 90px;
	width: 714px;
}
#header #webmail {
	float: right;
	height: 90px;
	width: 90px;
}
#footer {
	height: 103px;
	width: 714px;
	margin: auto;
	display: block;
}
