@charset "UTF-8";
/* CSS Document */

html{
    color: #000;
	background: #FFF;
}
body,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;
}
body {
	font-size: 12px;
	text-align: center;
	background: url(images/bg_body.jpg) repeat-x left top;
	color: #333;
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
a {
	text-decoration: none;
	color: #333;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
