@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url(images/bkgrnd.png) repeat;
}
A:link{ color:#F00}
A:visited{color:#F00}
A:active{color:#F00}
A:hover{color:#F00}

.all{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:1020px;
	height:915px;
	background:url(images/test.png1) no-repeat;


}
.banner{
	background: url(images/sweetheart.layout.new.TOP.jpg) no-repeat;
	width:100%;
	height:150px;
	position:absolute;
}
.nav{
	height:260px;
	width:155px;
	position:absolute;
	left: 104px;
	top: 151px;
	z-index:22;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;

	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background:url(images/nav.bkgrnd.png) no-repeat;
	background-size:100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
ul A:link{ color:#fff}
ul A:visited{color:#fff}
ul A:active{color:#fff}
ul A:hover{color:#fff}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul { display: block; }
.hometopcontent{
	background:url(images/sweetheart.layout.new.mid.jpg) no-repeat;
	position:absolute;
	width:1000px;
	height:389px;
	top:150px;
	left: 0px;
}
.hometopcontent p {
	margin:10px;
	font-size:22px;
	font-weight:bold;
}
.content{
	background:url(images/content.bkgrnd.jpg) repeat-y;
	position:absolute;
	width:100%;
	height:auto;
	left: 0px;
	top: 536px;
	color:white;

}
.content #text{
	position:relative;
	width:600px;
	height:auto;
	left: 180px;
}
.connectbar{
	background:url(images/sweetheart.layout.new.footer.png) no-repeat center;
	position:relative;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:47px;
}
<!----------------OTHER PAGES--------------->
.pgstopcontent{
	background:url(images/content.bkgrnd.jpg) repeat-y;
	position:absolute;
	width:1000px;
	height:1689px;
	top:550px;
	left: 0px;
}
.pgstopcontent p {
	margin:10px;
}
.pgstopcontent #text{
	position:relative;
	width:600px;
	height:auto;
	left: 280px;
	color:white;
	top:130px
}
