@charset "UTF-8";

/*===============*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
/*	background-color:#666666;
	background-image:url(img/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}
div#header {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div#bod {
	text-align: left;
	margin: 0px;
	/*background-color:#CCCCCC;*/
	word-wrap: break-word;
/*	background-image:url(img/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}
div#footer {
	margin: 0px;
	text-align: left;
}