@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-background_1.gif);
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:center;
	margin:0px auto;
	width:100%;
	overflow:hidden;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px auto;
	width:741px;
}

#header {
	margin:0px;
	padding:0px;
	width:741px;
	height:68px;
}

#main {
	margin:0px;
	padding:0px;
	width:741px;
	background-image:url(image/ui-mainbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:left;
}


#pageContent {  padding:5px 15px 10px 17px;
				width: 710px;
 }

* html #pageContent {
	width:741px;
} /* IE */


#footer {
	margin:0px;
	padding:0px;
	width:741px;
	height:54px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
