@charset "utf-8";
body {
	background-image: url(../images/body.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666666;
	outline:none;
}
a{
	text-decoration: none;
	color: #333333;
	outline:none;
}
a:hover{
	text-decoration: underline;
	outline:none;
}
