@media screen and (min-width: 280px)
{
	#layout { width: 280px; }
	#content { width: 280px; }
	#header { background-image: url("../Images/Texture/Header280.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 280px; }
}
@media screen and (min-width: 320px)
{
	#layout { width: 320px; }
	#content { width: 320px; }
	#header { background-image: url("../Images/Texture/Header320.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 320px; }
}
@media screen and (min-width: 360px)
{
	#layout { width: 360px; }
	#content { width: 360px; }
	#header { background-image: url("../Images/Texture/Header360.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 360px; }
}
@media screen and (min-width: 375px)
{
	#layout { width: 375px; }
	#content { width: 375px; }
	#header { background-image: url("../Images/Texture/Header375.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 375px; }
}
@media screen and (min-width: 412px)
{
	#layout { width: 412px; }
	#content { width: 412px; }
	#header { background-image: url("../Images/Texture/Header412.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 412px; }
}
@media screen and (min-width: 480px)
{
	#layout { width: 480px; }
	#content { width: 460px; }
	#header { background-image: url("../Images/Texture/Header480.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 460px; }
}
@media screen and (min-width: 720px)
{
	#layout { width: 720px; }
	#content { width: 720px; }
	#header { background-image: url("../Images/Texture/Header720.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 720px; }
}
@media screen and (min-width: 768px)
{
	#layout { width: 768px; }
	#content { width: 768px; }
	#header { background-image: url("../Images/Texture/Header768.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 768px; }
}
@media screen and (min-width: 1000px)
{
	#layout { width: 1000px; }
	#content { width: 1000px; }
	#header { background-image: url("../Images/Texture/Header1000.png");  background-repeat: repeat;  background-attachment: scroll;  background-position: left top; }
	#footer { width: 1000px; }
}