body {
	background-color: white;
	font-family: helvetica, sans-serif;
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
	text-decoration: none;
}

a:link {color: #36abfd; text-decoration: none;}      /* unvisited link */
a:visited {color: #36abfd; text-decoration: none;}  /* visited link */
a:hover {color: #e6e4e4; text-decoration: none;}  /* mouse over link */
a:active {color:#36abfd; text-decoration: none;}


#phone {
	position: absolute;
	left: -500px;
	top: -500px;
	z-index: 100000;
}

#joe {
	position: absolute;
	background-color: #fff;
	height: 2000px;
	left: 40px;
	top: 0px;
	border: none;
}

/*#black { position: absolute;
	background-color: red;
	width: 640px;
	height: 15px;

	left: 840px;
	top: 1740px;
	z-index: 1000000000;
}*/

#categorize {
	z-index: 100;
	top: 0px;
	left: 0px;
	width:600px;
	position: absolute;
}

#text {
	position: absolute;
	left: 1150px;
	top: 500px;
	z-index: 10000;
}

#text2 {
	position: absolute;
	left: 1150px;
	top: 800px;
	z-index: 10000;
}

a.text2:link {
	color: #36abfd; 
	text-decoration: none;
	}
	      /* unvisited link */

a.text2:visited {
	color: #36abfd; 
	text-decoration: none;
	}  /* visited link */

a.text2:hover {
	color: #e6e4e4; 
	text-decoration: none;
	}  /* mouse over link */

a.text2:active {color:#36abfd;
	text-decoration: none;
}

.text2{
	font-family: helvetica, sans-serif;
	font-size: 30px;
	line-height: 45px;
	font-weight: 300;
	text-decoration: none;

}

#gif {
	position:absolute;
	z-index: 10000000000;
	top: 525px;
	left: 50px;
	}


#giftwo {
	position:absolute;
	z-index: 10000000000;
	top: 560px;
	left: 50px;
	}

	#container {
		transform: scale(.4,.4);
		-ms-transform: scale(.4,.4); /* IE 9 */
		-webkit-transform: scale(.4,.4); /* Safari and Chrome */
	}


	#statusbar {
		position: absolute;
		top:1px;
		z-index: 100000000000;
	}