/* marriage style */
body { 
	color: #232b2e;
	font-family: Georgia, serif;
	font-size: 2em;
}

a {
	text-decoration: none;
	color: #232b2e;
}

a:hover {
	background: #ccc;
}

.main {
	width: 640px;
	height: 760px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}