/* CSS Document for richardsquires.net home, bio, links and credit pages - basic layouts for rich guts, line, bgnd */

BODY {
	background-color: #000000;
	background-image:  url(../images/home/bgndnormal.jpg);
	background-repeat: no-repeat;
}

/* for main menu in middle of screen */
#menumiddle {
	z-index: 3;
	position: absolute;
	top: 248px;
	left: 38px;
}


/* and home button solo in credit, links, bio */
#homemenu {
	z-index: 3;
	position: absolute;
	top: 248px;
	left: 123px;
}



#homeguts {
	position: absolute;
	left: 162px;
	top: 380px;
	z-index: 1;
	width: 444px;
}


#scroll {
	position: absolute;
	z-index: 300;
	border-top: 1px solid white;
	left: 0px;
	top: 560px;
	width: 635px;
}

#scroll A {
	color: #FFCCCC;
	text-decoration: none;
}


#homediv {
	position: absolute;
	top: 248px;
	left: 626px;
	z-index: 2;
}
