/*------ CSS Document ---------*/
body{ 
	margin: auto;
	background: #190d05;
	font-family:"Myriad Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}

img{
	border:0px;
}

/*------ Content ---------*/
#backgradient{
	width:100%;
	height:692px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

#dawn{
	width:896px;
	height:366px;
	margin:auto;
	background-image: url(dawnbg.jpg);
	background-repeat: no-repeat;
}

#ff{
	width:569px;
	height:344px;
	margin:auto;
	position: relative;
	left: 7px;
	top: -90px;
}

#forumlink{
	margin: auto;
	position: relative;
	top: -80px;
	text-align: center;
}

#forumlink a{
	color: #F63;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000000;
}

#forumlink a:hover{
	color:#000;
}

#copyright{
	text-align: center;
	margin: auto;
	position: relative;
	top: 8px;
}

#copyright p{
	color: #999;
	text-shadow: 0px 0px 3px #FFF;
	font-size: 14px;
}