body {
	background-color: black;
	font-family: "century gothic", helvetica, arial, verdana;
	}
#announcement {
	position: absolute;
	top: 80px;
	left: 250px;
	background: url(images/holly1.png) no-repeat;
	width: 124px;
	height: 111px;
	z-index: 1000;
	}
.skins {
	position:absolute;
	left:0px;
	top:79px;
	width:235px;
	height:120px;
	background: url(images/skins.png) no-repeat;
	}
.orb {
	position:absolute;
	left:235px;
	top:79px;
	width:210px;
	height:245px;
	background: url(images/orb.png) no-repeat;
	}
.sys {
	position:absolute;
	left:445px;
	top:79px;
	width:205px;
	height:120px;
	background: url(images/sys.png) no-repeat;
	}
.headertile {
	position:absolute;
	left:0px;
	top:79px;
	width:100%;
	height:245px;
	background: url(images/headertile.png) repeat-x left;
	}
.forum {
	position:absolute;
	left:0px;
	top:199px;
	width:235px;
	height:125px;
	background: url(images/forum.png) no-repeat;
	}
.tutorials {
	position:absolute;
	left:445px;
	top:199px;
	width:205px;
	height:125px;
	background: url(images/tutorials.png) no-repeat;
	}
.reflectionleft {
	position:absolute;
	left:0px;
	top:324px;
	width:235px;
	height:120px;
	background: url(images/reflectionleft.jpg) no-repeat;
	}
.reflectioncenter {
	position:absolute;
	left:235px;
	top:324px;
	width:210px;
	height:120px;
	background: url(images/reflectioncenter.jpg) no-repeat;
	}
.reflectionright {
	position:absolute;
	left:445px;
	top:324px;
	width:205px;
	height:120px;
	background: url(images/reflectionright.jpg) no-repeat;
	}
.reflectiontile {
	position:absolute;
	left:00px;
	top:324px;
	width:100%;
	height:120px;
	background: url(images/reflectiontile.jpg) repeat-x left;
	}
.footer{
	position: absolute;
	left: 0px;
	top: 450px;
	width: 700px;
	text-align: center;
	color: #444;
	}
a:link{
	text-decoration: none;
	border-style: none;
	color: #3b0;
	}

