@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	background-attachment: fixed;
	background-color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	text-decoration: none;
	font-style: normal;
}

