*{
	margin:0;
	padding:0;
}

body{
	background:#efefef;
	width:100%;
	color:#a9a9a9;
	font-size:10pt;
	font-family:Arial;
}

a{
	font-weight:normal;
	text-decoration:none;
	color:#676767;
	cursor:pointer;
}

#container{
	width:850px;
	margin:0 auto;
}

#header{
	width:480px;
	height:170px;
	background:url(images/header.jpg);
	margin:81px auto 0 auto;
}

.section{
	width:850px;
	float:left;
}

#a, #b, #c{
	width:234px;
	float:left;
	padding:190px 8px 0 8px;
	line-height:20px;
	font-size:9pt;
	text-align:justify;
}

#a{
	background:url(images/01.jpg) no-repeat;
}

#b{
	background:url(images/02.jpg) no-repeat;
	margin:60px 47px 0 47px;
}

#c{
	background:url(images/03.jpg) no-repeat;
}

.link{
	width:250px;
	height:170px;
	position:absolute;
	margin:-190px 0 0 -8px;
}

.link a{
	width:250px;
	height:170px;
	display:block;
}

#footer{
	width:420px;
	height:80px;
	background:url(images/footer.jpg);
	margin:0 auto;
}

#footer_text{
	text-align:center;
	color:#676767;
	margin:5px 0 0 0;
}