body {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	/*background: #fff url('images/bg.jpg') top center no-repeat;*/
}

#header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	
}

#container {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}

#nav-title {
	margin: 0;
	padding: 0;
	display: block;
	width: 1120px;
	height: 920px;
	background: url('images/bg.jpg') top center no-repeat;
	margin: 0 auto;
}

#nav-title a {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	width: 270px;
	height: 200px;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -445px;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	position: absolute;
	left: 0;
}

#nav a {
	display: block;
	text-indent: -9999px;
}

#nav a:hover {
	background-position: bottom left;
}

#btn-prod a {
	background: url('images/btn-prod.jpg') no-repeat;
	height: 49px;
	width: 183px;
	top: 326px;
}
#btn-decor a {
	background: url('images/btn-decor.jpg') no-repeat;
	top: 400px;
	height: 50px;
	width: 228px;
}
#btn-set a {
	background: url('images/btn-set.jpg');
	width: 228px;
	height: 50px;
	top: 478px;
}
#btn-weddings a {
	background: url('images/btn-weddings.jpg');
	width: 193px;
	height: 48px;
	top: 560px;
}
#btn-floral a {
	background: url('images/btn-floral.jpg');
	width: 193px;
	height: 50px;
	top: 636px;
}

#btn-contact a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url('images/btn-contact.jpg') no-repeat;
	top: 634px;
	left: 50%;
	margin-left: 300px;
	height: 55px;
	width: 196px;
}
#btn-contact a:hover {
	background-position: bottom;
}

#content {
	position: absolute;
	left: 566px;
	top: 206px;
	margin-left: -140px;
	text-align: left;
	width: 640px;
	height: 460px;
	overflow: auto;
}
