﻿/*
Copyright (c) 2008, skyfa.com All rights reserved.
version: 1.0.0
*/
/*页面元素默认样式*/
body {min-width:1000px;}
/*IE6 最小宽度 hack */
* html body {width:expression( documentElement.clientWidth < 1000 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1000 ? "1000" : "auto") : "1000px") : "auto" );}