@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end Floatfix*/

body {
	background:#fff url(../img/bg_sub.jpg) repeat-x;
}

#header {
width:864px;
height:84px;
margin:auto;
text-align:right;
padding-top:10px;
margin-bottom:25px;
}
#content {
	margin:auto;
	text-align:center;
}