* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	background: #ebe122 url('../imagem/bg_site.jpg') no-repeat center top;
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: none;
	}

.content {
	width: 778px;
	margin: 0 auto;
	}

#header {
	background: url(../imagem/bg_header.jpg) no-repeat center top;
	height: 175px;
	}
	#header h1 {
		width: 342px;
		height: 127px;
		margin: 0 auto 3px;
		_margin-bottom: -26px;
		}
	#header h2, #header p {
		text-indent: -9999em;
		}
	#header h2 {
		height: 0;
		}
	#header p {
		width: 425px;
		height: 45px;
		background: url(../imagem/bt_entrar.jpg) no-repeat;
		margin: 0 auto;
		}
		#header p a {
			display: block;
			width: 383px;
			height: 45px;
			margin: 0 auto;
			}

#player {
	width: 626px;
	margin: -7px auto 0;
	}

#historia {
	margin-top: 15px;
	width: 626px;
	}
	#historia p {
		line-height: 25px;
		text-align: justify;
		}
		#historia p a {
			text-decoration: underline;
			color: #000;
			}
			#historia p a:hover {
				text-decoration: none;
				}

#footer {
	margin-top: 40px;
	border-top: 1px solid #a09600;
	padding-top: 15px;
	}
	#footer ul {
		overflow: hidden;
		}
		#footer ul li {
			list-style: none;
			float: left;
			padding-right: 35px;
			}
			#footer ul li.last {
				padding-right: 0;
				}
	#footer #sign-mkt {
		width: 59px;
		margin: 20px auto 0;
		}