@charset "utf-8";
/* CSS Document */
* { margin:0px; padding:0px; }
:link,
:visited { text-decoration:none }
ul,
ol,li { list-style:none; }
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code { font-size:1em; }
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input { margin:0; padding:0 }
a img,
:link img,
:visited img { border:none }
img { border:0; }
address { font-style:normal }
body,
html { width:100%; height:100%; }

body {  }
#body_box {background: none repeat scroll 0 0 white;
    margin: auto;
    width: 1000px;
    z-index: 1;
	overflow:hidden;
  }
 
 
.Container:before, .Container:after
{ content: '.';  display: block;  overflow: hidden;  visibility: hidden;  font-size: 0;  line-height: 0;  width: 0;  height: 0;  clear: both;}

 
 