/*body {
	background: url('geobackgroundthing50opacity.jpg') no-repeat center center fixed #ffffff;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 40px;
	color: black;
}
div {
	-webkit-appearance: none;
	padding: none;
	/*border-radius: 1px; this is to possibly make it work in ios7, but it doesnt*/
}

a, a:visited {
	text-decoration: none;
	color: black;
}
a:hover, a:focus {
	color: #636363;
}
a:active {
	color: black;
}

#dtext, #ctext {
	position: absolute;
	top: 13px;
	font-size: 30px;
	color: #ffffff;
	line-height: 50%;
}

#peter, #karman, #mail, #lnkdn, #music, #web1, #web2, #comp1, #comp2 {
	display: none;
}


#boxholder {
	height: 410px;
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -370px;
	/*background-color: #ffffff;*/
	/*overflow: hidden;*/
	/*display: none;*/
}

#box {
	height: 400px;
	width: 0px;
	position: relative;
	margin-top: 10px;
	/*background-color: grey;*/
	/*display: none;*/
	-webkit-box-shadow: 0 -10px 0 0 black;
	-moz-box-shadow: 0 -10px 0 0 black;
	box-shadow: 0 -10px 0 0 black;
}

#name {
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: -60px;
	margin-left: -80px;
	height: 60px;
	width: auto;
	/*background-color: red;*/
}

#head {
	position: absolute;
	margin-top: 0px;
	height: 200px;
	width: 180px;
	background: url(peterheadshotsmolltrans.png) no-repeat top;
	display: none;
}

#info {
	position: absolute;
	height: 0px;
	width: 410px;
	top: 0%;
	margin-left: 190px;
	/*background-color: red;*/
	text-align: left;
	-webkit-box-shadow: -10px 0 0 0 black;
	-moz-box-shadow: -10px 0 0 0 black;
	box-shadow: -10px 0 0 0 black;
	/*display: none;*/
}

#web {
	position: absolute;
	top: 40px;
}
#comp {
	position: absolute;
	top: 190px;
}

#designtext, #comptext {
	position: absolute;
	height: 40px;
	width: 570px;
	top: 142px;
	left: 20px;
	display: none;
}
#designtext {
	background-color: #2BCC40;
}
#comptext {
	background-color: #3B6EFF;
}

#information {
	position: absolute;
	margin-top: -35px;
	width: 660px;
	/*this was i think 640 before stupid fucking firefox fucked all up*/
}

#links {
	position: absolute;
	height: 190px;
	width: 0px;
	top: 0%;
	margin-left: 181px;
	margin-top: 210px;
	/*margin-left: 180px;*/
	/*background-color: blue;*/
	text-align: right;
	-webkit-box-shadow: 0 -10px 0 0 black;
	-moz-box-shadow: 0 -10px 0 0 black;
	box-shadow: 0 -10px 0 0 black;
}

#buttons {
	position: absolute;
	width: 0px;
	height: 140px;
	top: 0%;
	margin-top: 260px;
	-webkit-box-shadow: 0 -10px 0 0 black;
	-moz-box-shadow: 0 -10px 0 0 black;
	box-shadow: 0 -10px 0 0 black;
	/*background-color: red;*/
}

#shoulder {
	position: absolute;
	width: 180px;
	height: 0px;
	margin-top: 0px;
	-webkit-box-shadow: -10px 0 0 0 black;
	-moz-box-shadow: -10px 0 0 0 black;
	box-shadow: -10px 0 0 0 black;
}
































