/* @override http://localhost:8888/style.css */

html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font: 16px/23px "Times New Roman", Times, Georgia, serif;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#content{
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
#logo {
	background-image: url(/images/synodia-logo.jpg);
	width: 260px;
	height: 267px;
	margin: 80px auto 100px;
}
p.headline {
	padding-top: 30px;
}
span.border {
	border-bottom: 1px solid #f0c039;
	width: 260px;
	display: inline-block;
	margin: 24px 0;
	padding: 0;
}
#wine {
	background: url(/images/symphonia-wine.png) no-repeat;
	width: 559px;
	height: 730px;
	display: inline-block;
	clear: both;
}
a:link, a:active, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}