@charset "utf-8";

html,body{
}

body {
	background:#f5a254 url(../images/back.jpg) no-repeat top center fixed;
}

#main {
	width: 849px;
	margin: 0 auto;
}

/* clearfix
-------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }/* for IE 6/7 only */
