body{
background:#fff;
font-family: 'Open Sans', sans-serif;
}
#container-banner{
display:none;
}
.main{
width:960px;
text-align:justify;
padding:auto;
margin:auto;
position:relative:top:-20px;
background:#fff;
font-family: 'Open Sans', sans-serif;
line-height: 1.6;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Open Sans', sans-serif;
line-height: 1.6;
}
footer{
width:960px;
text-align:justify;
padding:auto;
margin:auto;
border-top: 1px solid #e4e4e4;
}
.kontener{
width:960px;
font-family: 'Open Sans', sans-serif;
}
.kaki{
font-size:12px;
}
.paten{
font-size:14px;
padding-top:10px;
border-top: 1px solid #e4e4e4;
text-align:center;
}

@media only screen and (max-width:800px) {
/* For tablets: */
.main {
	width: 80%;
	padding: auto;
	line-height: 1.5;
	}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.main {
	width: 90%;
	padding:auto;
	line-height: 1.5;
	}
}
