@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(testback.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	margin: 0;
	padding: 0;
	color: #000;
}
.container{
	height:auto;
}


.header{
	background:none;
	height:150px;
	width:auto;
}

.content{
	height:60%;
}

.footer{
	background:none;
	height:20%;
	width:auto;
}