/* CSS Document */
/* Designed by Velvet Blues Web Design - http://www.velvetblues.com/ */

/***********************************************/
/* For use with WannaComeUpstairs.com template */
/***********************************************/

/***********************************************/
/* basic HTML tag styles                       */
/***********************************************/ 

html{
	height: 100%;
	min-height:100%;
}
body {
	background: #ffffff 50% 0;
	background-image:url(../images/background.gif);
	padding: 0px;
	margin: 0px;
	height: 100%;
	color: #CC99CC;
	line-height: normal;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 14px;
	
}
p {font-family: "trebuchet ms", arial, sans-serif; font-size: 14px;  color: #990099; margin: 0; }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	padding: 0;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
#content{
	position:absolute;
	padding:0;
	margin:0;
	top:120px;
	left:10px;
}
#piece {
	position:absolute;
	left:442px;
	top:0px;
	width:12px;
	height:70px;
	background-image:url(../images/piece.gif);
}

#kiss {
	position:absolute;
	left:454px;
	top:0px;
	width:346px;
	height:461px;
	background-image:url(../images/kiss.gif);
}

#wanna {
	position:absolute;
	left:0px;
	top:15px;
	width:408px;
	height:55px;
}

#fun {
	position:absolute;
	left:95px;
	top:70px;
	width:359px;
	height:30px;
}