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

@media screen and (min-width: 769px) {
#content{
margin-top:-40px!important;
}	
}
@media screen and (max-width: 768px) {
#content{
margin-top:-20px!important;
}	
}

