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

body
{
	margin:0;
	background:url(../images/bg-apaceesolutions.jpg) repeat-y;
	background-size:cover;
	background-position:center center;
}

.wrapper
{
	width:900px;
	margin:0 auto;
}

.thread-one, .thread-two
{
	height:160px;
	width:1px;
	background-color:#FFF;
	margin-left:160px;
	float:left;
	clear:right;
}
.thread-two
{
	float:right;
	margin-right:160px;
	margin-left:0px;
}

.apacevision
{
	clear:left;
	float:left;
	margin-top:-10px;
}

.apaceliving
{
	float:right;
	clear:right;
	margin-top:-10px;

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.wrapper
{
	width:100%;
}
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
.thread-one,.thread-two
{
	display:none;
}

.apacevision
{
	width:100%;
	text-align:center;
	clear:both;
	float:none;
}

.apaceliving
{
	width:100%;
	text-align:center;
	clear:both;
	float:none;
}
}