@charset "utf-8";
/* CSS Document */

/*This is to create the center everywhere effect */



* {
	margin:0;
	padding:0
}
tr {
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D454C;
}
/* mac hide \*/

html, body {
	height:100%;
	width:100%;
}
/* end hide */



body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	min-height:600px;/* for good browsers*/
	min-width:770px;/* for good browsers*/
	font-size:14px;
	background-color: #8c6239;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
}

/*These are the custom div's */

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	background-color: #8c6239;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}
#mainWrapper {
	position:relative;
	width: 770px;
	height: 600px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background-color: #8c6239;
	background-image: url(../images/donabiesLeaves.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#address{
	position:absolute;
	left:299px;
	top:552px;
	width:200px;
	height:100px;
	text-align:center;
}
