@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position:center top;
	
}
#body {
width:1003px;
height:auto;
margin: 0 auto;
}
.txt {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;

	color: #666666;
	text-decoration: none;
}
.head {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #DF494A;
	text-decoration: none;
}

