* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background: #000000 url("http://www.divinerightdesigns.com/images/bg.jpg") top fixed repeat-x;
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	background-color:transparent;
	margin-bottom:-75px; /* half of container's height */
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:150px;
	width:131px;
	background-color:transparent;
	border:0;
	}

#container div {
	font-size:80%;
	}

h1.main-logo {
	width: 131px; height: 114px;
	margin-left: auto;
	background: url(../images/logo.gif);
	text-indent: -9999px;
	}

#nav-intro {
	background:url("../images/nav.gif") no-repeat;
	width:117px;
	height:21px;
	margin-left: 7px;
	margin-top: 15px;
	padding:0;
}

#nav-intro span {
	display: none;
}

#nav-intro li, #nav-intro a {
	height:21px;
	display:block;
}

#nav-intro li {
	float:left;
	list-style:none;
	display:inline;
}

#nav-intro-01 {
	width: 60px;
}

#nav-intro-02 {
	width: 55px;
}

#nav-intro-01 a:hover {
	background:url("../images/nav.gif") 0px -21px no-repeat; 
	outline: none;
}

#nav-intro-02 a:hover {
	background:url("../images/nav.gif") -60px -21px no-repeat; 
}

#nav-intro-01 a:visited {
	outline: none;
}

#nav-intro-02 a:visited {
	outline: none;
}