body, * {
    margin: 0px;
    padding: 0px;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;	
	background: #970033;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image:url(../img/BG.jpg);
	background-repeat:repeat;
}

img {
	border:none;
}

#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	min-height: 100%; /* For Modern Browsers */
	height: auto; /* For Modern Browsers */
	height: 100%; /* For IE */
	
	
} 
#header {
	height:153px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#flashHolder {
	height:600px;
	width:980px;
	
}
#mainContent { 
	padding-top:20px;
}

#footer {
 	height:80px;
	padding-left:40px;
	padding-top:40px;
	clear:both;
}



