body {
	margin: 0px;
	font-family: myriad pro, arial, verdana;
	font-size: 12pt;
	padding: 0px;
	background: #D9DCDE;
	background: url('../img/bg.jpg') repeat;
	text-align: center; 
}
#main {
	margin: 0 auto;
	width: 900px;
}

#sideleft {
	width: 170px;
	height: 802px;
	float: left;
	text-align: center;
	margin-top: 1px;
	background: url('../img/fiude.jpg') no-repeat;
	/*background: #D9DCDE;*/
}
#content1 {
	margin-top: 1px;
	/*margin-left: 170px;*/
	width: 700px;
	height: 802px;
	text-align: left;
	background: url('../img/page1.jpg') no-repeat;
	/*background: #D9DCDE;*/
	text-align: justify;
	float: middle;
}
#content2 {
	margin-top: 1px;
	/*margin-left: 170px;*/
	width: 700px;
	height: 802px;
	text-align: left;
	background: url('../img/page2.jpg') no-repeat;
	/*float: left;*/
	text-align: justify;
}
.links_01
{
position:fixed;
left:130px;
top:380px;
width:100px;
height:50px;
background: url('../img/pix.gif') no-repeat;
} 
.links_02
{
position:fixed;
left:130px;
top:445px;
width:100px;
height:50px;
background: url('../img/pix.gif') no-repeat;
} 

br{
clear: left;
}

