@charset "utf-8";
/* AaronKampman.com CSS Document */

body
{
	background: #090909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a
{
	color: #CFB53B;
	text-decoration: none;
}
a:hover
{
	color: #00868B;
	text-decoration: none;
}
#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: 409px;
	padding-top: 150px;
}
#bar
{
	background: url(images/bar.jpg) repeat-x;
	height: 27px;
}
#footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 142px;
}