body {
	margin : 0;
	padding : 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:12px;
	color:#fff;
	background:#815617 url(../img/bodyHome.jpg) repeat-y center 0px;
}

/* initCss */
img {
  border:none;
}

form, fieldset, legend, ul, li, h1, h2, h3 ,p ,dl, dt, dd, input, img {
  margin:0;
  padding:0;
}

fieldset {
  border:none;
}

a {
  outline: none;
}

a:focus  {
  -moz-outline-style: none;
}
/* initCss */

#page {
  margin-left:auto;
  margin-right:auto;
  width:836px;
}

#page #header {
  width:836px;
  padding-top:111px;
  background:url(../img/headerHome.jpg) no-repeat;
}

#page #header h1 {
  display:block;
  width:836px;
  height:151px;
  text-indent:-999px;
  overflow:hidden;
  background:url(../img/h1Home.jpg) no-repeat;
}

#page #header h2 {
  display:block;
  width:836px;
  height:36px;
  text-indent:-999px;
  overflow:hidden;
  background:url(../img/h2Home.jpg) no-repeat;
}

#page #intro {
  width:836px;
  height:275px;
  text-align:center;
  background:url(../img/intro.jpg) no-repeat;
}

#page #intro #player {
  padding-top:2px;
  width:836px;
  height:235px;
}

#page #intro a {
  color:#fff;
  text-decoration:none;
  line-height:36px;
}

#page #intro a:hover {
  text-decoration:underline;
}

#page #footer {
  padding-top:55px;
  text-align:center;
}

#page #footer a {
  color:#fff;
  text-decoration:none;
}

#page #footer a:hover {
  color:#fff;
  text-decoration:underline;
}

