body {
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 100%;
	line-height: 100%;
	color: #000000;
	background: url("../images/common/bg.jpg") fixed;

}

img {
	border: 0px;
}

#main {
	margin: 0 auto;
	width: 780px;
}

#section {
	margin: 13px 0px 0px 0px; 
	background-image: url(../images/common/transparent.png);
	float: left;
	width: 780px;
	display: inline; 
}


.search {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 71%;
	color: #7f7166;
	border:1px solid #AAAAAA;
	height: 16px;
}


#mainpix {
	margin-top: 13px; 
	padding: 0px;
	width: 780px;
	z-index: 90;
}

.backtotop{
	text-align: right;
	padding-top: 10px;
}

div.backtotop a:link {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

div.backtotop a:visited {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

div.backtotop a:hover {
	color: #c3272e;
	text-decoration: underline;
	font-weight:  normal;
	font-size: 100%;
}

div.backtotop a:active {
	color: #c3272e;
	text-decoration: underline;
	font-weight:  normal;
	font-size: 100%;
}

/* footer */
#footer {
	clear: both;
	float: left;
	margin: 9px 0px 9px 0px;
	padding: 10px;
	width: 762px;
	height: 12px;
	background-color: #ededed;
	font-size: 71%;
	text-align: center;
	color: #42210b;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	display: inline; 
}