/* Normalises body */
body {
	padding: 0px;
	position:relative;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #56890a;
	margin:0px auto;
	text-align:center;
}
/* Normalises padding, margins */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
/*Normalises font sizes for headers */
h1, h2, h3, h4, h5 , h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
/* Remove list styles from lists */
ol, ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* Removes table-styles from tables */
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* Left aligns text in caption and th */
caption, th {
	text-align:left;
	margin: 0px;
	padding: 0px;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
	margin: 0px;
	padding: 0px;
}
/* Center fix */
.center {
	margin: 0px auto;
	padding: 0px;
}
/* Zero's out anything */
.zero {
	padding: 0px;
	margin: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
