@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
img {
    padding: 0;
    margin: 0;
}
a img { border: none; }

html, body {
	background-color: #301700;
	height: 100%;
	/* 100% BACKGROUND 
	background: url(../images/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	/* OLD BACKGROUND COLOUR ---RED--- 
	color: #330000;
	background-color: #330000;*/
	
	/* NEW BACKGROUND COLOUR ---GOLD--- */
	color: #301700;
	background-color: #301700;
	
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	 /*FOR 100% RESISABLE BGRD*/
	overflow: hidden;
}

#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	padding-top: 10px;
	/*background: #;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-width: 900px;
	min-height: 90%;
	height: auto !important;
	height: 90%;
	margin: 0 auto -11px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	/*background-color: #;*/
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	display: block;
}
#content {
	text-align: center;
	padding: 0 auto;
	display: block;
	/*background-color: #;*/
}

.footer, .push {
	height: 11px;
	/*background-color: #;  .push must be the same height as .footer */
	width: 800px;
	margin: 0 auto;
	display: block;
}
#footerTxt  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: ;
	text-align: center;
	background-color: #;
}
