html, body {
	font-family: Calibri, Arial, sans-serif;
}

body {
	margin-top: 100px;
	font-size: 20px;
}

a {
	color: #666666ff;
	text-decoration: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 40px;
	color: #002255ff;
	background-color: #ffffff;
}

#main {
	padding-bottom: 100px;   /* Height of the footer element */
}

#name {
	margin-top: 60px;
	font-size: 80px;
	color: #002255ff;
}

#contact {
	font-size: 40px;
	color: #666666ff;
}

#contact a {
	font-size: 40px;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #666666ff;
	font-size: 20px;
}

#footer ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding: 10px;
	color: white;
}

#footer a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

h1 {
	color: #666666ff;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vcenter {
	vertical-align: middle;
}
