#container{
	width: auto;
	height: 1200px;
	margin: auto;
	border-style: solid purple;
	border-width: 5px;
	border-right: 4px;
	background-color: black;
	background-image:url('ITbackground.jpg');
	overflow: scroll;
	position: relative;
}
.pquote{
	color: white;
	font-size: 14pt;
	text-justify: auto;
	display: block;	
}	
.typing{
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: 270px;
	width: 485px;
	border-radius: 20px;
}

.person{
	height: 270px;
	width: 290px;
	border-radius: 20px; 
	}
h1{
	font-size: 22px;
	color:orange;
	position: absolute;
	top: 475px;
	left: 465px;
}
h2{
	color: white;
	text-align: center;
	line-height: 32px;
	margin: 0px;
	border-radius: 18px 18px 0px 0px;
	background-color: #003366;
	padding: 0px;
	}
#techtips{
	color: white; 
	font-size: 18pt;
	text-align: center;
	background-color: #003366;
}
h4{
	color: #CC6633;
	margin-left: 10px;
	margin-right: 10px;
}
p{
	text-justify: auto;
	margin-top: 15px;
	margin-bottom: 10x;
	margin-left: 10px;
	margin-right: 10px;
}
	
#article1{
	float: left;
	display:block;
	color: black;
	background-color: #C0C0C0;
	margin: 10px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	border-radius: 25px;
	box-shadow: 10px 10px 5px black;
	position: absolute;
	top: 15px;
	height: 525px;
	width: 400px;
	
	}

#article2{
	float:left;
	display: block;
	color: black;
	margin: 10px;
	text-align: center;
	border-style: solid;
	background-color: #C0C0C0;
	border-radius: 25px;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	height: 320px;
	width: 400px;
	position: absolute;
	top: 800px;
	}
#article3{
	float: left;
	display: block;
	color: black;
	margin: 10px;
	text-align: center;
	border-style: solid;
	border-radius: 25px;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	background-color: #C0C0C0;
	height: 200px;
	width: 400px;
	position: absolute;
	top: 570px;

	}
#mainsection{
	float: left;
	color: black;
	border-style: solid;
	border-radius: 25px;
	background-color: #C0C0C0;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	text-indent: 10px;
	margin: 10px; 
	height: 625px;
	width: 840px;
	position: absolute;
	top: 500px;
	left: 440px;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	}
#mainsection2{
	float: left;
	color: black;
	display: block;
	border-style: solid;
	border-radius: 25px;
	background-color: #C0C0C0;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	height: 730px;
	width: 510px;
	position: absolute;
	top: 410px;
	right: 20px;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	}
#technologytips{
	float: left;
	color: black;
	display: block;
	text-indent: 2px;
	border-style: solid;
	border-radius: 25px;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	background-color: #C0C0C0;
	height: 450px;
	width: 485px;
	position: absolute;
	right: 575px;
	top: 30px;
	}
#technologytipstext{
	margin-left: 10px;
	margin-right: 10px;
}
.mouse{
	float: right;
	padding: 0px, 1px, 0px, 0px;
	}



.keyboard{
	margin: 10px;
	height: 200px;
	width: 350px;
}


#pictureheading{
	color: black;
	border-style: solid;
	border-radius: 25px;
	height: 450px;
	width: 320px;
	background-color: #C0C0C0;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	position: absolute;
	top: 30px;
	left: 450px;
	text-indent: 5px;
	}
#pictureheading2{
	color: black;
	border-style: solid;
	border-width: 3px;
	border-radius: 25px;
	height: 350px;
	width: 510px;
	box-shadow: 10px 10px 5px black;
	background-color: #C0C0C0;
	position: absolute;
	top: 30px;
	right: 25px;
	text-indent: 5px;
	}