body {
  background-image:url(daffodils-background-seamless-natural.jpg);
  color:#424242;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
}
a{
	color:#424242;
}
h1{
	font-size: 16px;
	font-weight:bold;
}
h2{
	font-size: 12px;
	font-weight:bold;
	margin-top:40px;
}
ul{
	margin:0px;
	padding-left:0px;
}
li{
	list-style:none;
	margin:0px;
	margin-bottom:10px;
}
 
#content {
  border: 10px solid #fff;
  position:absolute;
  top: 50%;
  left: 50%;
  width:640px;
  height:640;
  margin-top: -250px; /*set to a negative number 1/2 of your height*/
  margin-left: -320px; /*set to a negative number 1/2 of your width*/
}
#profile_image{
  float:right;
  width:640px;
}