﻿html {
color: #666;
background: #fff;
overflow: auto;
/*overflow-y: scroll;*/
height: 100%;
}
body{
    font-family:'微软雅黑',arial;
    font-size: 12px;
    margin: 0;
    padding: 0; 
	font-weight:normal;
	font-style:normal;   
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td 
{
margin: 0;
padding: 0;
}
a,img
{
border:0px solid  #000;
}
a
{
    text-decoration:none;
}
a:hover {
text-decoration:none;
}

.allwrapper
{
    /*width:100%;*/
    margin-left: auto;
    margin-right: auto;
    border:1px solid  #000;
}

ul, li {
/*list-style: none;*/
}


/*.allwrapper */.contentwrapper
{
    height:100%;
     margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border:0px solid  red;
}

 /* This needs to be first because FF3 is now supporting this  */


.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
}

/* Hides from IE-mac \*/
.clearfix {display: block;}

.hand{
cursor:pointer;
}