/*
-----------------------------------------------
Dragon Quest 9 Stylesheet
(c)2010 Deep Focus - MJS
----------------------------------------------- */

@import url("reset.css");
@import url("globalnav.css");



body{
	margin:0;
	min-width:1000px;
	font:11px/14px Helvetica,Arial,sans-serif;
	color:#000;
	background: #f0b860
}

#wrapper {
	height: 814px;
	background: #000;
	background: #1b1813 url(../wii/images/mapTest.jpg) repeat-y top center;

}


*:first-child+html #footer, #footer {
	background: #f0b860 url(../images/bg-footer.jpg) no-repeat center top !important;
	color: #a94a08;
}

* html #footer {
	background: #f0b860 url(../images/bg-footer.jpg) no-repeat center top !important;
}


#footer .legal{
	margin:0;
	padding:20px 0 0 0 !important;
	list-style:none;
	text-align:center;
}

*:first-child+html #footer .legal{
	margin:0 auto;
	padding:20px 0 0 0 !important;
	list-style:none;
	text-align:center;
	width:750px;
}

#footer .legal li{
	display:inline-block;
	*display:inline;
	padding:0 8px;
}

#footer .legal li a {
	display: block;

}

a.privacy {
	color:#333333;
	font-size:8px;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	width:150px;
	padding-top:5px;
}

a {font-weight: normal !important;}
#footer .legal img{vertical-align:middle;}

.copy{
	text-align:center;
	color:#803501;
	font-size:9px;
	line-height:13px;
	padding:22px 0 20px 0;
	background-color:#F0B860;
}

*:first-child+html #footer .copy{
	clear:left;	
}

.copy p{margin:0;}


#footer .legal {
	*width:750px;
	*margin:0 auto;
}

#footer .legal li {
	*float:left;
}

#wrapper-lang {display: none;}

.dsi {*padding-top:30px;}
.club {*padding-top:10px;}


#avatar-overlay {
	top:0; 
	left:0;
	z-index:9999; 
	overflow:hidden; 
	position:fixed;
	_position: absolute; 
	width:100%; 
	height:100%;
	background: url(../images/avatar-overlay.png) repeat top left;
}


#avatar-container {
	display: block; 
	width: 705px; 
	height: 500px;
	border:  
	cursor: auto; 
	overflow: hidden;
	margin:180px auto 0 auto;
	position: relative;
}

#avatar-content {
	width: 705px; 
	height: 500px;
}


#avatar-container a {
	position: absolute;
	top:5px;
	left:5px;
	background: url(../images/popclose.png) bottom left no-repeat;
	height: 61px;
	width: 61px;
	text-indent: -9999em;
}

#avatar-container a:hover {
	background-position: 0 2px;
}

