/* CSS Document */
/* Designed by Velvet Blues Web Design - http://www.velvetblues.com/ */

/***********************************************/
/* For use with WantToMingle.com template      */
/***********************************************/

/***********************************************/
/* basic HTML tag styles                       */
/***********************************************/ 

html{
	height: 100%;
	min-height:100%;
}
body {
	background: #330000 50% 0;
	padding: 0px;
	margin: 0px;
	height: 100%;
	line-height: normal;
}
p {font-family: "trebuchet ms", arial, sans-serif; font-size: 18px;  color: #999900; margin: 0; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	padding: 0;
	width: 570px;
	height: 386px;
	margin: 0 auto;
	position: relative;
	text-align:left;
}
#logo{
	padding:0;
	margin:0 0 40px 0;
}
#center{
	padding:0;
	margin: 10px 0 10px 0;
	text-align:center;
	width:100%;
	height:100%;
	border-bottom: #000000 2px solid;
	border-top: #000000 2px solid;
}
