body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#page {
	position: relative;	
	margin: 5px auto;
	width: 98%;
	background-color: #ebebeb;
	border: 1px solid #d6d6d6;
}
#page .borda {
	position: absolute;	
	margin: -1px;
	background-color: #fff;
}
#page .top_dir {
	top: 0;
	right: 0;
}
#page .top_esq {
	top: 0;
	left: 0;
}
#page .bot_dir {
	bottom: 0;
	right: 0;
}
#page .bot_esq {
	bottom: 0;
	left: 0;
}

#header{
	height: 40px;
}
#header a{
	height: 15px;
	min-width: 236px;
	text-align: right;
	padding: 25px 0 0 0;
	font: bold 12px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
#header .logo a{
	background: url(../images/pag-jogo/logo.gif) no-repeat 0 0;
	float: left;
	color: #2c74a0;
	text-align: left;
	text-indent: 50px;
}
#header .jogos a{
	background: url(../images/pag-jogo/jogos-online.gif) no-repeat 0 4px;
	float: right;
	color: #838383;
	width: 240px;
}
#footer{
	height: 80px;
}
#footer div{
	padding: 5px 0 0 0;
}
.box {
	position: relative;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	margin: 10px;
	padding: 10px;
}
.box .borda {
	position: absolute;	
	margin: -1px;
	background-color: #fff;
}
.box .top_dir {
	top: 0;
	right: 0;
}
.box .top_esq {
	top: 0;
	left: 0;
}
.box .bot_dir {
	bottom: 0;
	right: 0;
}
.box .bot_esq {
	bottom: 0;
	left: 0;
}