* {
  font-family:'Century Gothic', 'Apple Gothic', sans-serif; /*: Font :*/
}

    
body {
  font-family:'Century Gothic', 'Apple Gothic', sans-serif;
  color:#FFFFFF; /*: Body Font :*/
  background-image: url(backgroundsquare.png);
  background-color:#000000; /*: Body Background :*/
  background-repeat: repeat;        /*: Background Image Repeat :*/
  background-position: top left;  /*: Background Image Position :*/
  background-attachment: fixed;    /*: Background Attachment :*/
  z-index: 0;
}

#top {
  font-family:'Century Gothic', 'Apple Gothic', sans-serif;
  font-size:15px;
  color:#FFFFFF; /*: Body Font :*/
  background-color:#000000; /*: Body Background :*/
  background-repeat: no-repeat;        /*: Background Image Repeat :*/
  position: fixed;
  width: 980px;
  margin-left:auto;
  margin-right: auto;
  left: 0%; right: 0%;
  top:0px;
  background-attachment:;    /*: Background Attachment :*/
  z-index: 0;
}


#topnav{
	font-size:20px;
	font-family:'Century Gothic', 'Apple Gothic', sans-serif;
	background-color:#000000; /*: Body Background :*/
	background-repeat: no-repeat;        /*: Background Image Repeat :*/
	position:absolute;
	left: 476px;
	top:182px;
	background-attachment: fixed;    /*: Background Attachment :*/
	z-index: 2;
}

#content {
  font-family:'Century Gothic', 'Apple Gothic', sans-serif;
 
  font-size:15px;
  color:#FFFFFF; /*: Body Font :*/
  background-color:#000000; /*: Body Background :*/
  background-repeat: no-repeat;        /*: Background Image Repeat :*/
  position: absolute;
  width: 930px;
  height: 620px;
  margin-left:auto;
  margin-right: auto;
  left: 0%;
  right: 0%;
  top:214px;
  padding: 25px;
  background-attachment: fixed;    /*: Background Attachment :*/

  z-index: 1;
}







a {
text-decoration: none;
}

a:link {
COLOR: #FFFFFF;
}
a:visited {
COLOR: #FFFFFF;
}
a:hover {
COLOR: #666666;
}
a:active {
COLOR: #666666;
}
