body {
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
 	background: #fff url("img/bg.jpg") repeat-x;
        font: 10pt Trebuchet, Tahoma, sans-serif; 
	color: #666;
	text-align: center;
}


.title a {
	color: #999; 
	text-decoration: none;
	font-size: 13pt;
	margin-right: 24px;
}


.title a:hover {
	text-decoration: underline;
}

.page1 {
 	background: url("img/top-r.jpg") no-repeat top right;
	height: 100%;
	width: 960px;
	text-align: center;

}

.page2 {
 	background: url("img/top-l.jpg") no-repeat top left;
	height: 100%;
	text-align: center;
	width: 960px;
}

.title {
	height: 30px;
	padding-top: 170px;
	padding-left: 280px;
	text-align: left;
	width: 768px;
}

.content {
	backgr ound: #fff;
}

.footer {
	margin: 50px 0px 50px 0px;
}

.footer a {
	color: #999; 
	text-decoration: none;
	font-size: 9pt;
}

.pic {
	border: 6px solid #f5f5f5;
	margin: 20px;
}