﻿@media only screen{
	.webshop-html body.webshop-body {
		background-color: #fcfcfc;
		background-image: url('/images/skins/glegoo/css/hi_au_bg_3.png');
		background-repeat: repeat-x;
		background-attachment: scroll;
	}
}
@media only screen{
	.webshop-html .WebShopSkinLogo {
		top: 38px;
		left: 0px;
		width: 500px;
	}
}
@media only screen and (max-width:1100px){
	.webshop-html .WebShopSkinLogo {
		width: 280px;
		top: 65px;
	}
}
@media only screen and (max-width:880px){
	.webshop-html .WebShopSkinLogo {
		width: 180px;
		top: 10px;
	}
}