body{
	background:url(../images/bg2.jpg) repeat-x, url(../images/bg-text.png) left top repeat-y,url(../images/bg-text2.png) right top repeat-y ;
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
}

.logo{
	width:300px;
	height:280px;
	margin:0px auto 0px;
	padding-top:130px;
}
.copy{
	width:100%;
	height:200px;
	padding-top:50px;
	text-align:center;
	border-top:10px solid #1F9A8F;
}
a{
	color:#F15B29;
	}


@media (max-width: 400px) {

body{
	background:url(../images/bg2.jpg) repeat-x;
}
}