@charset "utf-8";
/* CSS Document WIR technologies */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFF;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 172px;
}

#logo {
	float: right;	
}

#content {
	margin-top: 5px;	
}

#footer {
	background: #e3dedc url(../images/footerbg.jpg) repeat-x;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	padding-top: 40px;
}

#footercontent {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-weight: bolder;
}