/*============== START GENERAL STYLES ==============*/
html, body {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:10px;
	color: #666666;
	width:100%;
	text-align:center;
	height:100%;
	background:#d6a7c0 url(http://www.fundalize.com/images/body_bg_babes.png) repeat-x;
	background-position:top left;
}
