#page{	width: 1200px;
    box-shadow: 0 0 8px #666666;
    margin:0 auto;}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	#page{	width: 960px;}
}
@media only screen and (max-width: 1023px)
	{
		#page{margin:0 auto;border-radius:0;
		box-shadow: 0 0 0 #fff;}
	}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#page {width: 768px;}
}
@media only screen and (max-width: 767px)
{
	#page{width:100%;}
}