body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font: italic 10px/27px 'Times New Roman', Times, serif;
	color: #646568;
}

#container {
	position: relative;
	top: 80px;
	width: 990px;
	height: 630px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 450px;
}

#copy {
	position: absolute;
	top: 238px;
	left: 75px;
	width: 375px;
	height: 200px;
	font: 11px/22px 'Times New Roman', Times, serif;
	color: #b6afa9;
	letter-spacing: 3px;
}

a:link, a:active, a:visited {
	color: #646568;
	text-decoration: underline;
}
a:hover {
	color: #888;
	text-decoration: underline;
}

a.bridal, a.evening {
	position: absolute;
	top: 456px;
	width: 492px;
	height: 63px;
	display: block;
	text-decoration: none;
}

a.bridal {
	left: 0px;
	background: url(/wp-content/themes/projekt/css/img/bridal.gif) 0 0 no-repeat;
}
a.bridal:hover {
	left: 0px;
	background: url(/wp-content/themes/projekt/css/img/bridal.gif) 0px -63px no-repeat;
}

a.evening {
	left: 498px;
	background: url(/wp-content/themes/projekt/css/img/evening.gif) 0 0 no-repeat;
}
a.evening:hover {
	left: 498px;
	background: url(/wp-content/themes/projekt/css/img/evening.gif) 0px -63px no-repeat;
}

#divider {
	position: relative;
	margin-top: 585px;
}