/* Dynamics 101 page 2 CSS Document */

/* reset */
html, body, div,
h1, h2, h3, h4, p {
			margin : 0;
			padding: 0;
			border : 0;
			font   : inherit;
	 vertical-align: baseline;
}

body {
	font: 100%/1.4em  Arial, Helvetica, sans-serif;
	margin: 8px;
	color:#F90;
	background-color:#000;
}

/* #wrapper and #container to balance page */
#wrapper {
	max-width: 1024px;
	margin: 3em auto;
	height:515px;
	border:#f00 double 6px;
}

#container {
	position: relative;
	width:95%;
	margin:20px auto;
	padding-top:10px;
}

h1, h2, h3 {
	font-family:"Hobo Std";
	font-size:28px;
	text-align:center;
	color:#FFF;
	text-shadow:5px 5px 10px #0F0;
}

h3 {
	font-family:Harrington, "Hobo Std", serif;
	padding-top:30px;
	font-size:24px;
	text-align:center;
	color:#FFF;
	text-shadow:5px 5px 10px #CCC;
}

/* rules for tomb stone page link image*/
p {
	position:relative;
	float:right;
	top:290px;
	width:70px;
	margin-right:0px;
}

/* rules for name hidden by image sections */	
#bonedaddy {
	position:absolute;
	top:287px;
	left:107px;
	z-index:0;
}

/* for anchor images in IE */
img {border:0; }

/* rules for W3C.org validate images*/
div.w3c {float:right; position:absolute; top:550px; right:10px; margin:3em 5px 5px; padding:5px; display:inline;}	

/* rules for image sections */
.chip {
	position: absolute;
	padding: 0px;
	background-color: #fff;
	cursor: move;
	z-index: 10;
	}

#chip1 {
	background-color:#F90;
	background-image:url(../images/chip1.png);
	width:100px;
	height:100px;
	top: 272px;
	left: 150px
	}

#chip2 {
	background-color:#F90;
	background-image:url(../images/chip2.png);
	width:126px;
	height:100px;
	top: 258px;
	left: 123px
	}

#chip3 {
	background-color:#F90;
	background-image:url(../images/chip3.png);
	width:105px;
	height:100px;
	top: 220px;
	left: 242px
	}

#chip4 {
	background-color:#F90;
	background-image:url(../images/chip4.png);
	width:100px;
	height:90px;
	top: 258px;
	left: 50px
	}

#chip5 {
	background-color:#F90;
	background-image:url(../images/chip5.png);
	width:126px;
	height:90px;
	top: 300px;
	left: 215px
	}

#chip6 {
	background-color:#F90;
	background-image:url(../images/chip6.png);
	width:105px;
	height:90px;
	top: 282px;
	left: 39px
	}
	
#chip7 {
	background-color:#F90;
	background-image:url(../images/chip7.png);
	width:100px;
	height:102px;
	top: 250px;
	left: 288px
	}
	
#chip8 {
	background-color:#F90;
	background-image:url(../images/chip8.png);
	width:126px;
	height:102px;
	top: 210px;
	left: 175px
	}
	
#chip9 {
	background-color:#F90;
	background-image:url(../images/chip9.png);
	width:105px;
	height:102px;
	top: 218px;
	left: 87px
	}
	