﻿@media only screen{
	.webshop-html body.webshop-body {
		background-color: #000000;
		background-image: url('/images/skins/Glegoo/images/background.png');
		background-repeat: repeat;
		background-attachment: fixed;
	}
}
@media only screen{
	.webshop-html .WebShopSkinLogo {
		top: 23px;
		left: 34px;
		width: 340px;
	}
}
@media only screen and (max-width:1100px){
	.webshop-html .WebShopSkinLogo {
		width: 340px;
		top: 23px;
	}
}
@media only screen and (max-width:880px){
	.webshop-html .WebShopSkinLogo {
		width: 150px;
		top: 5px;
	}
}