/* --- ++ DEFAULTS --- */

/* --- body --- */
body { background: url("images/bg-color.png") #181d0d repeat top left;
		margin: 0px;
		padding: 0px;
		color: #916f5a;
		font-family: "arial narrow", arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		text-align: left; }
		
		
		
		
		
		
/* --- anchors --- */
a { background: #ffffff;
		border-bottom: none;
		color: #212111;
		text-decoration: none; }
		
a:hover { background: #ffffff;
		border-bottom: none;
		color: #191c11; }
		
a span { display: none; }
		
		
		
		
		
/* --- headers --- */
h1 { display: none; }
		
h2 { display: none; }
		
		
		
		
		
/* --- images --- */
img { border: none; }
		
		
		
		
		
/* --- text --- */
p { display: none; }


		
		
		
		
		
		
		
		
/* --- ++ CONTENT --- */

/* --- wrapper --- */
#wrapper { background: url("images/bg-image.png") #181d0d no-repeat left top;
		margin-left: 0px;
		margin-top: 0px;
		padding: 0px;
		height: 600px;
		width: 420px;
		color: #181500;
		text-align: justify; }
		
		
		
		
/* --- wrapper : nav --- */
#wrapper ul { margin: 0px;
		padding: 0px;
		position: relative;
		left: 0px;
		top: 0px;
		list-style: none; }


/* -- wrapper : nav : world-ruined.net -- */
#wrapper ul li#world { background: url("images/nav-world.png") transparent no-repeat 0px 0px;
		margin: 0px;
		padding: 0px;
		height: 40px;
		width: 51px;
		position: absolute;
		left: 33px;
		top: 23px; }
		
#wrapper ul li#world a { background: url("images/nav-world.png") transparent no-repeat 0px 0px;
		height: 40px;
		width: 51px;
		display: block; }
		
#wrapper ul li#world a:hover { background: url("images/nav-world.png") transparent no-repeat 0px -40px;
		display: block; }
		
		
/* -- wrapper : nav : copyright -- */
#wrapper ul li#copyright { background: url("images/nav-copyright.png") transparent no-repeat 0px 0px;
		margin: 0px;
		padding: 0px;
		height: 11px;
		width: 33px;
		position: absolute;
		left: 6px;
		top: 262px; }
		
#wrapper ul li#copyright a { background: url("images/nav-copyright.png") transparent no-repeat 0px 0px;
		height: 11px;
		width: 33px;
		display: block; }
		
#wrapper ul li#copyright a:hover { background: url("images/nav-copyright.png") transparent no-repeat 0px -11px;
		display: block; }