@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #030000;
}

#centeredBody {
	text-align:left;
	margin:38px auto;
	width:723px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:38px 0px 0px 0px;
	width:723px;
}

#header {
	margin:0px;
	padding:0px;
	width:723px;
}

#pageContent {  padding:26px 10px 40px 0px;
				width: 713px;
 }

* html #pageContent {
	width:723px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
