*
{
	margin:0;
	padding:0;
}

body
{
	font-family:arial,sans-serif;
	font-size:10px;
}

img
{
border:0;
}

a:link, a:visited
{
	border-bottom:1px dotted;
	text-decoration:none;
}

#document
{
background:#000 url("../images/gradient.png") repeat-x;
}

#wrapper
{
	height:420px;
	left:50%;
	margin-left:-310px;
	margin-top:-210px;
	position:absolute;
	top:50%;
	width:620px;
}

#photo-padding
{
	background:#ccc;
	border-radius:14px;
	padding:10px;
}

#photo
{
	background:transparent url("../images/calvinmarkdavis.jpg");
	border-radius:7px;
	height:400px;
	position:relative;
	width:600px;
}

#text
{
	bottom:10px;
	position:absolute;
	right:10px;
}	

#text p
{
	color:#fff;
	font-size:1.6em;
	margin:10px 0;
}

#social-icons
{
}

.icon
{
	float:left;
	height:24px;
	margin-left:10px;
	width:24px;
}

#about
{
	bottom:0;
	color:#888;
	padding:10px;
	position:absolute;
	right:0;
}

#about a:link, #about a:visited
{
	color:#888;
}

#about a:hover, #about a:active
{
	color:#6f0;
}