
body{
	background-image: url("wood.jpg");
}

#desk{
	background-image: url("desk.png");
	height: 400px;
	margin: 100px;
	box-shadow: 12px 10px 5px lightgrey;
	position: relative;
}
.img1{
	position: absolute;
	top: 270px;
	left: 300px;
	border-color: white;
}
.img2{
	position: absolute;
	top: 100px;
	left: 200px;
	border-color: white;
}
.img3{
	position: absolute;
	top: 200px;
	left: 150px;
	border-color: white;
}
.img4{
	position: absolute;
	top: 50px;
	left: 110px;
	border-color: white;
}
.img5{
	position: absolute;
	top: 20px;
	left: 400px;
	border-color: white;
}
.img6{
	position: absolute;
	top: 260px;
	left: 50px;
	border-color: white;
}
.img7{
	position: absolute;
	top: 30px;
	left: 300px;
	border-color: white;
}
.img8{
	position: absolute;
	top: 200px;
	left: 250px;
	border-color: white;
}
.img_paint{
	position: absolute;
	top: 0px;
	left: 800px;
	border-color: white;
}
.img_laptop{
	position: absolute;
	top: 170px;
	left: 580px;
	border-color: white;
}
.img_head{
	position: absolute;
	top: 120px;
	left: 550px;
	border-color: white;
}
#desk img:hover{
	border-color: lightblue;
}
li{
	display: inline;
}
#header{
	background-color: lightblue;
	margin: 100px;
	padding: 10px;
	border-color: grey;
}
nav a{
	color: blue;
}
nav li a:hover{
	color: lavender;
}

