html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	background-color: #000000; /*131313*/
	/**/background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #7F6656;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: .85em;*/ 
	font-size: 10pt;
}

h3 {
	color: #8F4C20;
	font-size: 105%;
	margin-bottom: -15px;
}

html>body h3 {
	margin-bottom: -10px;
}

p{
	text-align: justify;
}

a{
	display: block;
	height: 37px;
}

#hereWs a{
	display: inline;
	color: #efefef;
	font-size: .60em;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

#holder{
	width: 760px;
	position: relative;
	background-color: #000000;
	margin: 0 auto;
	text-align: left;	
	/**/border-right:  solid 1px #712222;
	border-left: solid 1px #712222;
	height: 100%;
}

html>body #holder{
	height: auto;
	min-height: 100%;
}


#header h1 {
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#header{
	height: 299px;
	background-image: url(../images/header.jpg);
}



/**/
#menu{
	width: 180px;
	position: absolute;
	top: 310px;
	left: 0;
	font-size: 1.25em;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#menu span {
	visibility: hidden;
	display: none;
}

#mStory{
	margin: 0;
	padding: 0;
	width: 145px;
	height: 37px;	
	background: left url(../images/m_storyOff.gif) no-repeat;
}

#mStory:hover{
	margin: 0;
	padding: 0;
	background: left url(../images/m_storyOn.gif) no-repeat;
}

#mFeat{
	margin: 0;
	padding: 0;
	width: 145px;
	height: 37px;	
	background: left url(../images/m_featuresOff.gif) no-repeat;
}

#mFeat:hover{
	margin: 0;
	padding: 0;
	background: left url(../images/m_featuresOn.gif) no-repeat;
}

#mCharacters{
	margin: 0;
	padding: 0;
	width: 145px;
	height: 37px;	
	background: left url(../images/m_charactersOff.gif) no-repeat;
}

#mCharacters:hover{
	margin: 0;
	padding: 0;
	background: left url(../images/m_charactersOn.gif) no-repeat;
}

#mOfficialSite{
	margin: 0;
	padding: 0;
	width: 145px;
	height: 37px;	
	background: left url(../images/m_officialSiteOff.gif) no-repeat;
}

#mOfficialSite:hover{
	margin: 0;
	padding: 0;
	background: left url(../images/m_officialSiteOn.gif) no-repeat;
}


#body{
	/**/background: #000000 url(../images/bodyBg.jpg) top right no-repeat;
	/*background-color: #000000;*/
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
}

#contents{	
	margin: auto;
	width: 550px;
	padding: 0 15px 0 10px;
	margin-right: 0;
	left: 185px;
}

#contents h2 span{
	visibility: hidden;
	display: none;
}

#story{
	margin: 0;
	padding: 0;
	height: 25px;
	background: left url(../images/storyTitle.gif) no-repeat;
}

#features{
	margin: 0;
	padding: 0;
	height: 25px;
	background: left url(../images/featuresTitle.gif) no-repeat;
}

#characters{
	margin: 0;
	padding: 0;
	height: 25px;
	background: left url(../images/charactersTitle.gif) no-repeat;
}

#legal{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .60em;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	margin-top: 130px;
	text-align: center;
}

#extra{
	height: 400px;
}

#menu a{
	color: #8F4C20;	
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover{
	color: #CC3333;	
	font-weight: bold;
	text-decoration: none;
}

/*
body>#extraDiv1 {
	position:fixed;
	left: 20%;
	bottom:0;
	background:url(../images/sword.png) no-repeat top left;
	width:227px;
	height:267px;
}
*/



