div.contact{
	background-image:url("wood.jpg");
	position: absolute;
	top:150px;
	left:40%;
	color: black;
	height:70px;
	width:500px;
	margin:px;
	padding: px;
	outline-style: solid;
	outline-color: red;
	outline-width: thick;
	border-style: solid;
	border-color: black;
	border-width: 5px;
}

.header {
	background-image:url("wood.jpg");
	position: absolute;
	top:10px;
	left:500px;
    right:300px;
	color: black;
	height:70px;
	width:1000px;
	margin:px;
	padding: px;
	outline-style: solid;
	outline-color: red;
	outline-width: thick;
	border-style: solid;
	border-color: black;
	border-width: 5px;
	
}

.leftmenu {
	background-image:url("wood.jpg");
	position: absolute;
	left: 100px;
	color: black;
	height:500px;
	width:160px;
	margin: 20px;
	padding: 20px;
	outline-style: solid;
	outline-color: red;
	outline-width: thick;
	border-style: solid;
	border-color: black;
	border-width: 5px;
}

.rightnotes{
	background-image:url("wood.jpg");
	position: absolute;
	right:100px;
	color: black;
	height:500px;
	width:160px;
	margin: 20px;
	padding: 20px;
	outline-style: solid;
	outline-color: red;
	outline-width: thick;
	border-style: solid;
	border-color: black;
	border-width: 5px;
}

.video{
		margin: 100px;
}
div.aboutus {
	background-image:url("wood.jpg");
	color: black;
	height:400px;
	width:750px;
	margin: 0px;
	padding: 0px;
	outline-style: solid;
	outline-color: red;
	outline-width: thick;
	border-style: solid;
	border-color: black;
	border-width: 5px;
}

div.aboutGuitar {
	background-image:url("wood.jpg");
	color: black;
	height:400px;
	width:700px;
	margin: 0px;
	padding: 0px;
	outline-style: solid;
	outline-color: red;
	outline-width: thick;
	border-style: solid;
	border-color: black;
	border-width: 5px;
	position: absolute;
	left: 400px;
	top:150px;
}

div.myImg {
    border:solid black 5px;
    border-radius:10px;
    display:inline-block;
    padding:10px;
    margin: 100px;
	transition: .5s ease;
	backface-visibility: hidden;
}
img.thumbnail {
    height:200px;
    width:auto;
    margin:0px auto;
    border-radius: 10px;
}
img.thumbnail:hover {
    height:300px;
	opacity: 0.2;
}
img.hires{
    height:600px;
    width:auto;
}
div.myImg p.desc {
    text-align:center;
    height:70px;
	width:100px;
	overflow: hidden;
	text-overflow: "----"; 
	
}
.clear{
    clear:both;
}

div.prodIm{
	border:solid black 5px;
    border-radius:100px;
	position: absolute;
	right:300px;
    display:inline-block;
    padding:10px;
    margin: 100px;
	transition: .5s ease;
	backface-visibility: hidden;
}
img.prod {
    height:500px;
    width:auto;
    margin:0px auto;
    border-radius: 10px;
}


div.container{
    position:relative;
	margin:0px auto;
	width:1900px;
	height:auto;
}
body {
	background-image:url("plini.jpg");
	background-position: left;
	background-attachment: fixed;
}

div.mapouter{
	border:solid black 5px;
	position: absolute;
	top:300px;
	right:33%;
}
div.footer{
	text-align: center;
	width: 30%;
	position: absolute;
	top:700px;
	right:40%;
	
}
