body
{
    background-image:url("http://brydongilliss.com/images/me_ignite.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;

	background-color:black;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	margin: 100px;
	line-height:20px;
	font-size: 14px;
}

A
{
	color: #993300;
	text-decoration: none;
} 

A:link
{
	color: #993300;
	text-decoration: none;
} 

A:visited
{
	color: #993300;
	text-decoration: none;
} 

A:active
{
	color: #FFCC66;
} 

A:hover
{
	color: #FFCC66;
} 

.itemNotes
{
	color:gray;
	font-size: 10px;
}

#heading
{
	font-weight: bold;
	font-size: 16px;
}

#title
{
	font-size: 60px;
	width: 500px;
	margin-bottom:10px;
}

#description
{
	width: 500px;
	margin-bottom:10px;
}

