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

body {
	background-color: 		#000000;
	background-image: 		url(images/bg_inside.jpg);
	background-attachment: 	fixed;
	background-repeat:      repeat;
	border: 0px;
	color: #FFF;
	outline-style: none;
	position: fixed;
	height: auto;
	width: 440px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	page-break-before: auto;
	float: none;
	clear: none;
}
