@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0px;
}

#header {
	height: 400px;
	background-image: url(../../images/indexheaderbg.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 640px;
	color: #000;
	text-align: center;
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	background-image: url(../../images/footerbg1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

@media print{

body {
	padding: 0px;
	margin: 0px;
}
#header {
	display:none;
}
* html div#contentsArea{
	height: auto;
	overflow: auto;
}
}
