/* CSS DOCUMENT -- LookatLao Studio */
/* Special CSS for Garden of Death */


body {
	background-color: #000;
	background-image: url(../aasgard/image/bg-aasgard.gif);
	background-repeat: repeat-y;
}

a:link, a:visited {
	color: #6c3;
	text-decoration: none;
}
a:hover, a:active {
	color: #f90;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #f93;
}

p {
	color: #ccc;
	font-size: 12px;
}

em {
	font-style: normal;
	color: #f60;
	font-weight: normal;
	background: none;
}

p.crumb {
	font-size: 9px;
	color: #fff;
}

div#copyright p {
	font-size: 9px;
	color: #ccc;
	text-align: right;
}

div#controls p {
	text-align: right;
	font-size: 10px;
}

#base-image {
	position: absolute;
	left: 20px;
	top: 4px;
	z-index:1;
}

#content { 
	position:absolute; 
	left:50px; 
	top:580px; 
	width:383px; 
	z-index:2;
}

#photo {
	position:absolute; 
	left:41px;
	top:34px; 
}

#description {
	position:absolute; 
	left:42px; 
	top:525px; 
	width:414px; 
	
}

#description-v {
	position:absolute;
	left:514px;
	top:60px;
	width:251px;
	height: 182px;
	
}

#controls { position:absolute; left:463px; top:525px; width:294px; }
	
#copyright { position:absolute; left:493px; top:724px; width:267px; z-index:2; }
