@charset "UTF-8";
/* CSS Document for my Self-Portrait Website */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #000;
}
#centeringDiv {
	position: relative;
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../project2/images/dudesittingincouchfinal2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
#footer {
	position: absolute;
	width: 107px;
	height: 42px;
	z-index: 2;
	left: 883px;
	top: 711px;
	font-size: 9px;
	text-align: right;
}
/*This block is for the container that holds
 all the smaller div containers for the each button.*/
 #allButtons {
	position: relative;
	height: 50px;/*adjust to your specific needs*/
	width: 700px;/*adjust to your specific needs*/
	z-index: 500;
	left: 150px;
 }
 
/*This sets the width and height of each button image */
 .btnImg {
	width: 700px;/*adjust to your specific needs*/
	height: 150px;/*adjust to your specific needs*/
	cursor: pointer;
	/* [disabled]background-image: url(../project2copy/images/allButtons.png); */
 }

 /*This sets the rollover effect by shifting 
 the hovered/clicked image UP to reveal the desired version */
 .btnImg:link {/*normal link without ever clicking on it*/
     margin-top: 0px;
 }
 .btnImg:hover {/*hover is when the mouse is hovering over the image, adjust as needed*/
	margin-top: -50px;/*negative shifts image UP, positive would shift image DOWN*/
 }
 .btnImg:active {/*active is when the mouse is being pressed down, adjust as needed*/
	margin-top: -100px;
 }

 /*This allows each div holding a sprite to position itself 
 to the right or bellow of the previous div.*/
 .btnDiv {
	width: 100px;
	height: 50px;
	overflow: hidden;/*hides the part of the image not in the div */
	float: left;/*allows the div to reposition to right or below */
 }

 /*This block positions the images in particular divs 
in the right location to display the desired image.*/
 #btnImg2 {
	margin-left: -100px;
 }
 #btnImg3 {
     margin-left: -200px;
 }
 #btnImg4 {
     margin-left: -300px;
 }


#header {
	width: 300px;
	height: 100px;
	z-index: 1;
	left: 330px;
	top: 63px;
	font-size: 40px;
	text-align: center;
	position: absolute;
}
 #btnImg5 {
     margin-left: -400px;
 }
 #btnImg6 {
     margin-left: -500px;
 }
 #btnImg7 {
     margin-left: -600px;
 }
.floatLeft {
	margin: 5px;
	padding: 5px;
	float: left;
	border: thin dotted #000;
	text-align: center;
}
.floatRight {
	margin: 5px;
	padding: 5px;
	float: right;
	border: thin dotted #000;
}
.centerContent {
	text-align: center;
}

#Content {
	position: absolute;
	width: 583px;
	height: 280px;
	z-index: 4;
	left: 201px;
	top: 441px;
	color: #000;
	text-align: left;
	text-indent: 2%;
	vertical-align: 2%;
	padding: 0px;
	margin: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	overflow: auto;
}
#btnbox {
	position: absolute;
	width: 1000px;
	height: 50px;
	z-index: 1;
	top: 0px;
	background-color: #4F4F4F;
}
.centered {
	text-align: center;
}
#audiobox {
	position: absolute;
	width: 233px;
	height: 53px;
	z-index: 1;
	left: -308px;
	top: 303px;
}
