* {
	padding: 0;
	margin: 0;
}

body {
	background: #1e140d url('images/intro_body-bg.jpg') repeat;	
	font-family: Arial, sans-serif;
	color: #1e140d;
	height: 100%;
	overflow: hidden;
}

#logo-link {
	background: transparent url('images/logo.png') no-repeat;
	/* display: none; */
	width: 377px;
	height: 119px;
}

#intro-logo {
/*	background: transparent url('images/logo_text.png') no-repeat;*/
	width: 377px;
	height: 119px;
	background-position: top right;
	cursor: pointer;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -188px;
	margin-top: -60px;
}

* html #intro-logo { position:absolute }


#intro-rightbar {
	width: 160px;
	height: 340px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 230px;
	margin-top: -170px;
	color: #9A6B19;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}

#intro-rightbar a {
	color: #9A6B19;
	text-decoration: none;
}

#intro-rightbar a:hover {
	text-decoration: underline;
}

