body {
	font-family: HelveticaNeue-UltraLight, HelveticaNeue-Light, HelveticaNeue, Helvetica, Verdana, "Arial Narrow", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #e2e2e2;
	vertical-align: middle;
}

#main {
	font-size: 12pt;
	padding: 0px;
	display: table;
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

#middle {
	height: 200px;
	display: table-cell;
	vertical-align: middle;
}

#profile {
	margin-left: auto;
	width: 500px;
	vertical-align: middle;
}

#name {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-family: HelveticaNeue-UltraLight, HelveticaNeue-Light;
	color: #484848;
	font-size: 30pt;
}

#mail {
}

#header {
	padding-top: 10px;
	font-size: 20pt;
	top: 0px;
	width: 100%;
	color: white;
	background-color: #303030;
	height: 50px;
	display: block;
	position: absolute;
	vertical-align: middle;
	box-shadow:inset 0px -7px 10px black;
}

#header a {
	color: white;
	margin-left: 20px;
	vertical-align: middle;
}

#footer {
	width: 100%;
	text-align: center;
	color: white;
	background-color: #303030;
	height: 50px;
	display: block;
	bottom: 0px;
	position: absolute;
	vertical-align: middle;
	box-shadow:inset 0px 7px 10px black;
}

#subtitle {
	color: #525252;
	font-weight: bold;
}

.text {
	font-family: HelveticaNeue-Light;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
	font-size: 15pt;
	text-shadow: 0px 1px white;
}

a {
	text-decoration: none;
	color: #6c6c6c;
}

#left {
	display: inline-block;
}

#right {
	display: inline-block;
}

h1 {
	margin-right: auto;
	margin-left: auto;
	text-shadow: 0px 1px white;
	font-size: 20pt;
	color: #525252;
}

#apps {
	text-shadow: 0px 1px white;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#apps img {
	max-height: 100px;
	max-width: 100px;
	vertical-align: top;
}

#apps .left {
	padding: 10px;
	text-align: right;
	width: 300px;
	vertical-align: top;
}

#apps .right {
	padding: 10px;
	width: 400px;
}

#apps .title {
	font-family: HelveticaNeue-Light;
	margin-bottom: 10px;
	font-size: 15pt;
}

#apps .description {
	font-family: HelveticaNeue-Light;
	margin-bottom: 10px;
	margin-top: 10px;
}

