/* CSS Document */

body { 
    margin: 0;
	padding: 0;
	background-color:#f5f5f5;
 
}
.mainpageheader {
	width: 100%;
	height: 135px;
	position: fixed;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat;
	right: 0;
	top: 0;
	z-index: 0
}
.mainpageheaderimage {
	width: 1024px;
	height: 135px;
	margin: 0 auto;
}
.mainpagematter{
width:100%;
height:100%;
margin-top:135px;


}

.mainpagefooter{
width:100%;
height:252px;
background-image:url(images/matterfooter.jpg);
}

.linkfooter a {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.linkfooter a:hover {
	color:#000000;
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.more a {
	color:#ff1200;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.more a:hover {
	color:#000000;
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
