@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body{
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/bodybg.jpg) center top repeat-y;
	}
h1,h2,h3,h4,h5,p,img{
	margin:0px;
	padding:0px;
	border:none;
}

html {
	min-width:1002px;
	height:100%;
	margin-bottom:1px;

}

a {
	outline:none;
	color:#db088c;
	text-decoration:none;
}