body {
	background-image:url(images/bg_01.png);
	background-repeat:repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.main_table {
	width:929px;
	height:685px;
}

.left_table {
	width:353px;
	height:685px;
}
.right_table {
	width:576px;
	height:685px;
}

.font_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.font_wedding {
	font-size:12px;
}

a {
	font-size:11px;
}
a:link {
	font: 11px;
	text-decoration:none;
	color:#CCC;
}
a:hover {
	color:#999;
}
a:visited {
	color:#CCC;
}
a:active {
	color:#000;
	background-color:#FFF;
}