body {
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-variant: normal;
	background-color: black;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: white;

}

#contact {
	display: block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	float: right;
	color: #a0a0a0;
	padding-left: 0;
	width: 150px;
	height: 22px;
	margin: 56px 72px 0 0;
	font-weight: bold;
	font-size: 1.7em;
}

#contact2 {
	display: block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	float: right;
	padding-left: 0;
	height: 0;
	width: 332px;
	margin-right: -270px;
	margin-top: -24px;
	font-size: 1.45em;
}

#name {
	color: #c0c2bd;
}

#work {
	margin-left: 100px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: -15px;
}
#work ul {
	
	list-style-type: none;
	margin-left: 2px;
}

#work li {
	margin-bottom: 9px;
}

#work a{
	text-decoration: underline;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #696969;
}

#work a:hover {
	color: #188a2f;
}

#footer {
	
	text-align: center;
	padding-top: 54px;
	bottom: 8px;
	padding-bottom: 43px;
}

#footer img{
	border-style: none;
}
