﻿#container {
    position: relative; width: 100%;height: 100%; margin: 0px auto;
    min-height:auto !important; /*ff*/
	 height: auto; /*ie7 */
	 left:0px;
}
#header {
    position: fixed; width: 100%;height: auto;z-index: 2;background-color: #fff;
}
#menu {
    position: relative; width: 100%;float: left;height: auto;border: 1px solid white;margin-bottom: 2px;}
#news {
    position: relative; width: 100%;float: left;height:20px;}
#content {
    position: absolute; width: 100%;margin-top: 0px;
    height: auto; /*ie7 */
	 height: 100%; /*ie6 */
    height:30000px;
    top: 110px;
    z-index: 1;
    overflow: hidden;
}
