@charset "utf-8";
/* CSS Document */

html, body, div, id, img, span, p, a, ul, li, h1, h2, h3, h4, h5, h6, form, input, label, select {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}
* {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	background: #0d0d0d url(../images/mainbg.jpg) repeat left top;
	font-family: "Segoe UI", arial;
	font-weight: normal;
	color: #000000;
}

