@charset "UTF-8";
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 0.9em;
}
img {
	max-width: 100%;
	
}
#wrapper {
	max-width: 960px;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#mainText p a {
	color: #757575;
	text-decoration: none;
}
#header {
	width: 100%;
}
#header #twistLogo {
	margin-left: auto;
	margin-right: auto;
	width: 384px;
	height: 68px;
	margin-top: 66px;
	margin-bottom: 66px;

}
#mainImages {
	background-color: #E11115;
	width: 100%;
}
.main-image {
	max-width: 100%;
}#mainImages .mainImage {
	max-width: 50%;
	float: Left;
	margin-bottom: -5px;
}
#colorBar .leftHalf {
	background-color: #E6E7E8;
	height: 18px;
	width: 50%;
	float: left;
}
#colorBar .rightHalf {
	background-color: #288480;
	height: 18px;
	width: 50%;
	float: right;
}
#mainContent {
	float: right;
	color: #000000;
	width: 480px;
	max-width: 90%;
}
#mainContent h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#mainContent p {
	line-height: 1.7em;
	letter-spacing: .1em;
	text-align: justify;
	padding-right: 3%;
	font-size: 0.9em;
}
#background {
	width: 100%;
	z-index: 10;
	position: relative;
}
#background #leftMainBgTop {
	width: 50%;
	height: 398px;
	background-color: #E6E7E8;	
	position: absolute;
	left: 0px;
	top: 0px;
}
#background #leftMainBgBottom {
	width: 50%;
	height: 18px;
	background-color: #CBCCCE;	
	position: absolute;
	left: 0px;
	top: 398px;
}
#background #rightMainBgTop {
	width: 50%;
	height: 398px;
	background-color: #CBCCCE;	
	position: absolute;
	right: 0px;
	top: 0px;
}
#background #rightMainBgBottom {
	width: 50%;
	height: 18px;
	background-color: #E6E7E8;	
	position: absolute;
	right: 0px;
	top: 398px;
}
#middle {
	width: 960px;
	height: 500px;
	z-index: 50;
	position: absolute;
	background-color: #FFFFFF;
	left:50%;
	margin-left:-480px;

}
