/* CSS Document */

body{

	background: #99ccff;
	
	padding: 0px;

}

#links{

	background: #99ccff url(links.gif) no-repeat;
	
	position: absolute;
	
	top: 13px;
	
	left: 353px;
	
	height: 51px;
	
	width: 450px;

}

#maincontainer{

	background: #99ccff;
	
	position: absolute;
	
	overflow: auto;
	
	top: 104px;
	
	left: 52px;
	
	height: 301px;
	
	width: 350px;
	
	font-family: arial;
	
	font-size: 10pt;

}


#maincontainermusic{

	background: #99ccff url() bottom right no-repeat;
	
	position: absolute;
	
	overflow: auto;
	
	top: 121px;
	
	left: 50px;
	
	height: 400px;
	
	width: 400px;
	
	font-family: arial;
	
	font-size: 10pt;

}

#hearts{

	background: #99ccff url(hearts.jpg) bottom right no-repeat;
	
	position: absolute;
	
	top: 439px;
	
	left: 19px;
	
	height: 89px;
	
	width: 400px;
	
	

}

#image{

	background: #99ccff url() no-repeat;
	
	position: absolute;
	
	top: 131px;
	
	left: 414px;
	
	height: 305px;
	
	width: 350px;

}

#logo{

	position: absolute;
	
	top: 411px;
	
	left: 702px;
	
	height: 150px;
	
	width: 150px;

}

#title{

	position: absolute;
	
	top: 62px;
	
	left: 49px;
	
	height: 31px;
	
	width: 74px;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	
	font-style: normal;
	
	font-weight: bold;
	
	color: #FF0000;
	
	text-decoration: none;
}
