@charset "utf-8";
/* CSS Document */
.top-header { 
	background: url(../img/bg.gif) repeat-x; 
	height:70px; margin:0 auto; width:960px;
}

.img_placement { 
	border:none; 
	float:left;
	padding:16px; 
	height:24px;
}

.img_right_logo { 
	float:right; 
	margin:0px; 
}

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

body{	
    font: 16px Arial, Helvetica, sans-serif;
    color: #FFF;
	background-color:#a4ce4e;
}

.bg_tw{
	width: 960px;
	height: 1100px;
	background: url(../img/bg-tw.jpg) no-repeat;
}

.bg{
	width: 960px;
	height: 1100px;
	background: url(../img/bg.jpg) no-repeat;
}
.content_right{
	width: 370px;
	height: 350px;
	float: right;
	margin-top: 100px;
	margin-right: 50px;
}	

.content_right_tw{
	width: 370px;
	height: 350px;
	float: right;
	margin-top: 100px;
	margin-right: 50px;
	line-height: 24px;
}	

.content_right_tw img{
	margin-left:5px;
}

.content_right img{
	margin-left:5px;
}

.highlight{
	width: 880px;
	height: 570px;
	padding-left: 40px;
	padding-top: 60px;
}

.clear{
	clear: both;	
}

footer{
	width:100%;
	height:100px;
	font-size:9px;
	margin-top:20px;
	position:relative;
}

footer .legal{
	width:70%;
}

footer .branding{
	width:172px;
	height:33px;
	background:transparent url('../img/innovate-branding.gif') no-repeat top right;
	position:absolute;
	right:0;
	top:0;
}