/* Torches CSS Document */

body{
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(../images/bodyBG.png);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat: repeat-x;
	padding: 20px 0;
	color: #3FF;
}
a:link
{ text-decoration: none; color: #CCC; }
a:visited
{ text-decoration: none; color: #CCC; }
a:active
{ text-decoration: none; color: #FFF; }
a:hover
{ text-decoration: none; color: #FFF; }
#page{
	margin: 0 auto;
	border: 1px solid #666;
	background-color: #333;
	width: 760px;
	text-align: center;
}
#content
{
	padding:10px;
	width: 718px;
	margin: 10px auto;
	background-color:  #000;
	text-align:left;
	border: 1px solid #666;
	color: #CCC;
}
img {
	border:0;
}
h1{
	text-align:center;
	color: #3FF;
}
h2{
	color: #3FF;
}
h3{
	text-align:center;
}
