body, html {
	background-color: #262B30;
	/*background: url("../img/background4.jpg") no-repeat scroll 0 0 / cover transparent;  <-- you could remove the color and use an image */
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
    font-family: 'Raleway', sans-serif;
    height: 100%;
	min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
	text-rendering: optimizeLegibility;
    background-position: center center;
    color: #ffffff;
}

div.it {

	width: 90%;
	margin: auto;
	margin-top: 200px;

}

table {

	width: 900px;
	margin: auto;
}



th, td {
	border: 0px solid white;
	vertical-align: middle;
}

th.photo {

}

th.name {

	text-align: right;

    color: #FFFFFF;
    letter-spacing: -3px;
	font-family: 'Raleway', sans-serif;
	font-size: 100px;
	font-weight: 700;

}

td.key {
	text-align: center;
	width: 170px;
	height: 75px;
}

td.value {
	text-align: left;
    color: #FFFFFF;
    letter-spacing: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 200;
	padding-right: 60px;
	padding-left: 79px;
}

img.headshot {
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 170px;
}

img.icon {
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 50px;
	
}

a {

	color: #FFFFFF;
	text-decoration: none;

}

a:hover {
	color: #999999;
}