@charset "utf-8";
/* CSS Document */

.container {
	width: 968px;
	background: fixed;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.container .header {
	height: 153px;
	width: 968px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	background-color: #C00;
	background-image: url(wti_header.jpg);
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	top: 0px;
	right: 0px;
	border-bottom-width: 10px;
}

.container .content {
	background-color: #CCC;
	height: 750px;
	width: 968px;
	font-size: larger;
}
.container .footer {
	background-color: #C00;
	height: 50px;
	width: 968px;
	font-family: "Times New Roman", Times, serif;
}

