/**********************************

Use: Reset Styles for all browsers

***********************************/

html {
	height: 100%;
	background-color:#5c707c;
}
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color:#fff;
	font-size: 14px;
}

body {
	height:100%;
	background: url(images/bg.gif) repeat-x top left;
}

#wrapper {
	min-height: 100%;
 	height: auto !important;
 	height: 100%;
	margin: 0 auto -297px;
	position:relative;
}
.push {
	 height: 297px;
}

#footer {
	clear:both;
	height: 297px;
	background:url(images/footer.gif) no-repeat top left;
	position:relative;
}

#header {
	width:100%;
	min-height:480px;
	height:auto !important;
  	height:480px;
	background:url(images/header.gif) no-repeat top left; 
	position:relative;
}

#header2 {
	width:100%;
	
	background:url(images/header.gif) no-repeat top left; 
	position:relative;
}



#announce {
	width: 290px; 
	margin: 0 auto;
	clear:both;
	padding-top: 150px;
	background-color:transparent;
}

#announce2 {
	width: 290px; 
	margin: 0 auto;
	clear:both;
	padding-top: 185px;
	background-color:transparent;
}

#announce p {
	line-height: 21px;
	padding-bottom: 18px;
}

#announce2 p {
	line-height: 21px;
	padding-bottom: 18px;
}

a img, iframe { border: none; }
	
