body
{
    font-size: 76%;
	margin: 0;
	color: #000;
	background-color: #fff;
	font-family: "Courier New";
	font-weight: bold;
    padding: 1.5em;
}


h1
{
	font-size: 1.8em;
	letter-spacing: .3em;
	font-weight: bold;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
}

a:link, a:visited, 
a:active, a:hover
{
	color: blue;
}

#outer
{
	position: absolute;
	margin-top: -80px;
	margin-left: -380px;
	border: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 80px;
	visibility: visible;
	text-align: center;
}

address
{
	position: absolute;
	bottom: 1.5em;
	width: 200px;;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #444;
	text-align: left;
	font-style: normal;
}

#what
{
	position: absolute;
	bottom: 1.5em;
	right: 1.5em;
	width: 300px;;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	text-align: right;
	font-style: normal;
}

#what a:link, #what a:visited 
{
	color: #444;
}

#what a:active, #what a:hover
{
	text-decoration: none;
}

#wedding
{
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	width: 93px;
	height: 93px;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	text-align: right;
	font-style: normal;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-image: url('/mariage/images/coeur.jpg');
	background-position: center top;
	overflow: hidden;
}

#wedding a
{
    display: block;
    padding-top: 93px;
}