﻿body
{
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

img
{
	border:0px;
}

#home
{
	position: relative;
	left: -25px;
	top: -10px;
}

#center_area
{
	width: 800px;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
}

#quote
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #ffffff;
	text-align: center;
}

.smalltext
{
	font-size: small;
}

dl
{
	position: relative;
	width:500px;
	left: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #ffffff;
}
dt
{
	color: Orange;
}
dd
{
	color: White;
}

#businesscard
{
	position: relative;
	width:506px;
	margin-left: auto;
	margin-right: auto;
	left: -140px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#businesscard p
{
	position: relative;
	top: -15px;
}
#businesscard a
{
	color: maroon;
	text-decoration: none;
}
#businesscard a:hover
{
	color: gray;
}