@charset "utf-8";
/* AaronKampman.com CSS Document */

body
{
	background: #090909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0;
	padding: 0;
}
a
{
	color: #009ADA;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
img
{
	border: 0;
}
#body-bg
{
	background: url(images/body-bg.jpg) repeat-x top;
}
#intro-bg
{
	background: url(images/intro-bg.jpg) repeat-x top;
	height: 600px;
}
#cpane
{
	background: url(images/name-img.jpg) no-repeat;
	width: 316px;
	padding-top: 150px;
}
#bar
{
	background: url(images/bar.jpg) repeat-x;
	height: 27px;
}
#footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 142px;
}

