/* Burning Ash Project CSS | Implemented by Wes Winters | www.futuristicplans.com */

/* body and links */
body {
	background-color: #000000;
	background: url(http://www.burningashproject.com/imgs/bg2.gif) top center repeat-x;
	color: #00ff00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;	
}

a:link	{
	color: #00ff00;
}

a:visited {
	color: #ff0000;
}

a:hover {
	color: #66cc00;
}

img	{
	border-style: none;
}

.tagline {
	font-size: 36px;
	font-weight: bold;
}

#container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}