/** ----------------------------------------------------------------------------
  * mycause.com.au
  * CSS - cascading stylesheet definitions
  * $Id$
  * ----------------------------------------------------------------------------
  */
html {
	background: url(../../images/footyjumperday/fjf_bg_strip.jpg) repeat-x #000;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
	color: white;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background: url(../../images/footyjumperday/fjf_bg.jpg) no-repeat;
	background-attachment: scroll;
	background-position: 50% 0;
	/* line-height: 20px; */
}

p, .text {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	/* line-height: 18px; */
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

/* for IE */
h4 {
	font-size: 13px;
}

.debug {
	clear: both;
	height: 10px;

	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border: none;

}

.debug_request {
	display: none;
	text-align: left;
}

/* -------------------------------------------------------------------------- */
