body {
	background-color: #e6e6e6;
}

p {
	font-family: arial;
	color: red;
	font-size: 1.15vw;
	line-height: 130%;
	letter-spacing: -0.05px;
	word-spacing: -0.9px;
}

a {
	font-family: arial;
	font-size: 1.15vw;
	line-height: 130%;
	letter-spacing: -0.05px;
	word-spacing: -0.9px;
	color: red;
}

#logo {
	position: fixed;
	top: 3%;
	left: 1.5%;
	width: 20%;
	height: auto;
}

#list {
	position: fixed;
	width: 10%;
	height: 70%;
	left: 6%;
	top: 42%;
	text-align: left;
	overflow-y:scroll;

}

#list_alt {
	position: fixed;
	width: 10%;
	height: 70%;
	left: 6%;
	top: 53%;
	text-align: left;
	overflow-y:scroll;

}

#list_vol {
	position: fixed;
	width: 10%;
	height: 70%;
	left: 6%;
	top: 70%;
	text-align: left;
	overflow-y:scroll;

}

#altnet {
	position: fixed;
	width: 35%;
	height: 70%;
	top: 12.5%;
	left: 2%;
	color: red;
	font-family: arial, sans-serif;
	overflow: scroll;
}

.description {
	position: fixed;
	left: 6%;
	top: 27%;
	color: red;
	font-family: arial, sans-serif;
	text-align: left;
}

.archive {
	position: fixed;
	left: 6%;
	top: 27%;
	height: 50%;
	width: 25%;
	color: red;
	font-family: arial, sans-serif;
	text-align: left;
	overflow: scroll;
}

.info {
	position: fixed;
	left: 2.5%;
	top: 12.5%;
	color: red;
	text-align: left;
}

.info_buy {
	position: fixed;
	left: 2.5%;
	bottom: 2%;
	color: red;
	text-align: left;
}

#description {
	position: fixed;
	top: 85%;
	left: 35%;
	color: red;
}

#pack {
	position: fixed;
	width: 50%;
	height: auto;
	top: 15%;
	left: 25%;
}

#contact {
	position: fixed;
	right: 2.5%;
	bottom: 2%;
	color: red;
	text-align: right;
}

/*STICKER SIZES*/

#alt1 {
	width: 100%;
	height: auto;
}

#image {
	position: fixed;
	width: 35%;
	height: auto;
	top: 3.5%;
	right: 5%;
}

#image_next {
	position: absolute;
	width: 25%;
	height: 100%;
	right: 0;
	z-index: 1000;
}

#image_next:hover {
	cursor: e-resize;
}

#image_prev {
	position: absolute;
	width: 25%;
	height: 100%;
	left: 0;
	z-index: 1000;
}

#image_prev:hover {
	cursor: w-resize;
}

.vol {
	position: fixed;
	width: 70%;
	height: auto;
	top: 5%;
	right: 2.5%;
}
