html, body {
	background-color: #F8F9F9;
	min-width:640px;
	min-height:240px;
    height: 100%;
}

html{
    display: table;
	margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

#ContentArea {
    margin:0px auto;
	background-color: #E5E7E9;
	border-radius: 100px;
	width:600px;
	height:200px;
}

#ProfilePicture {
	border-radius: 125px;
	height:200px;
	display: inline-block;
}

#ContentText {
  display: inline-block;
  vertical-align:top;
  padding-left:25px;
}

#ContentText h1 {
	font-family: sans-serif;
	font-variant-caps: small-caps;
	font-size: 42px;
	color: #34495E;
	line-height : 30px;
	text-align: center;
}
#ContentText p {
	font-family: sans-serif;
	font-variant-caps: small-caps;
	font-size: 20px;
	color: #566573;
	line-height : 15px;
	text-align: center;
}

#ContentText a {
    text-decoration: none;
	color: #566573;
}