@charset "GB2312";

* {
     margin: 0px;
     padding: 0px;
}

body {
     color: #FFF;
     font-size: 62.5%; /* IE */
     background: #000;
     line-height: 1.6;
     text-align: center;
}

html>/**/body
{
    font-size: 10px; /* Except IE */
}

h1,h2,h3,h4,h5,h6 {
     font-size: 100%;
}

img {
     border: 0px;
}

table {
     font-size: 100%;
     line-height: 100%;
}

li {
     list-style: none;
}

textarea{
     font-size: 100%;
}

a:link,
a:visited {
     background-color: transparent;
}

a:hover {
     background-color: transparent;
}

label {
     cursor: pointer;
}

option {
     padding-right:0.5em;
}

iframe {
     padding: 0;
     margin: 0;
}

/* common class start ----------------------------------------------- */

#wrapper {
	width: 950px;
	margin: 0 auto;
}
