@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/background.gif);
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, arial;
	font-size : 12px;
	font-weight:normal;
	line-height: 158%;
	letter-spacing:normal;
	color: #555555;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:779px;
	overflow:hidden;
}

#header {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:779px;
}

#nav {
	margin:0px;
	padding:0px;
	width:779px;
}

#background {
	margin:0px;
	padding:0px;
	width:779px;
	background-image:url(image/ui-content-background_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}


#pageContent {  padding:30px 30px 10px 40px;
				width: 709px;
 }

* html #pageContent {
	width:779px;
} /* IE */

#footer {
	margin:0px;
	padding:0px;
	width:779px;
	height:38px;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	letter-spacing:normal;
	color: #ffffff;
	background-image:url(image/ui-footer-background_2.gif);
	background-repeat:no-repeat;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

