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

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;

}
@media (max-width: 900px){
    img{
	width: 100%;
}
}

@media (max-width: 768px){
    img{
	width: 100%;
}
}

@media (max-width: 550px){
    img{
	width: 100%;
}
}

@media (max-width: 300px){
    img{
	width: 100%;
}
}
