@charset "utf-8";
/* CSS Document */

body, html, form, p, img, h1, h2, h3, h4, h5, h6, ul, ol
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
/*
	background-color:black;
	background-image:url(../img/bg.jpg);
*/
	background-color:#40403f;
	background-image:url(../img/bg2.jpg);	
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	}


#container
{
  position: relative;
  width: 840px;
  margin: 0 auto;
  text-align: left;
}
	
#header
{
  position: relative;
  z-index: 1;
  height: 140px;
  width: 840px;
  background-image:url(../img/header.jpg);
}

#footer {
	position:absolute;
	z-index:2;
	height:35px;
	width:560px;
	left:140px;
	/*top:140px;*/
	background-color:#676768;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	}

#footer a {
	color:#AAAAAA;
	text-decoration:none
	}
#footer a:hover {
	color:#fdf2c0;
	text-decoration:underline;
	}
#footerlove {
		height:35px;
	width:560px;
	left:140px;
	/*top:140px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	}

#chat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAAAAA;
      padding-top:3px;

	}

#chat a {
	color:#AAAAAA;
	text-decoration:none
	}
#chat a:hover {
	color:#fdf2c0;
	text-decoration:underline;
	}



	
