@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("images/bg.png");
	background-repeat: repeat;
	margin-top: 40px;
}

#container {
	position: relative;
	width: 808px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
	background-image: url("images/content_bg.png");
	background-repeat: repeat-y;
	vertical-align: top;
}

#weddingpic {
	position: absolute;
	left: 511px;
	top: 196px;
	width: 224px;
	height: 317px;
}

#footer {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #650000;
	text-align: right;
	left: 541px;
	top: 1246px;
}
