html {
	background-color: black;
	overflow-x: hidden;
}

a, div {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: lighter;
	color: white;
}

#content {
	position: relative;
	margin: auto;
	zoom: 1.2;
}

#brand {
	width: 300px;
	height: 150px;
	zoom: 1;
	position: relative;
	top: 250px;
}

#arrow {
	position: relative;
	transform: rotate(180deg);
	color: white;
	zoom: 1.7;
	cursor: pointer;
}

#about2 {
	position: absolute;
	left: 1%;
	padding: 225px 10px 10px 10px;
}

#mt_logo {
	width: 200px;
	height: 200px;
}

#mt_desc {
	width: 225px;
	height: 150px;
	position: relative;
	top: -25px;
	color: white;
	text-align: left;	
}

/* #vert_line_2 {
	width: 400px;
	height: 3px;
	background-color: white;
	position: relative;
	top: 75px;
	right: 2%;
} */

#vert_line_2 {
	width: 225px;
	height: 3px;
	background-color: white;
	position: relative;
	top: 75px;
	right: 2%;
}

#stvfoods_box {
	position: relative;
	top: 150px;
}

#stvf_logo {
	width: 200px;
	height: 200px;
}

#stvf_desc {
	width: 225px;
	height: 150px;
	position: relative;
	top: -25px;
	color: white;
	text-align: left;	
}

/* #vert_line_3 {
	width: 400px;
	height: 3px;
	background-color: white;
	position: relative;
	top: 175px;
	right: 2%;
} */

#vert_line_3 {
	width: 225px;
	height: 3px;
	background-color: white;
	position: relative;
	top: 175px;
	right: 2%;
}

#elit_box {
	position: relative;
	top: 225px;
}

#elit_logo {
	width: 200px;
	height: 200px;
}

#elit_desc {
	width: 225px;
	height: 150px;
	color: white;
	text-align: left;
	position: relative;
	top: -25px;
}

#text {
	width: 90%;
	text-align: left;
	text-indent: 25px;
}