@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #555555;
	background-color: #101010;
	background-image:url(g3images/slitgrad.jpg);
	background-repeat:repeat-x;
	/*background-image:url(g3images/backstriped.gif);
	background-repeat: repeat;
	background-image: url(g2images/bkstripec.gif);
	background-repeat: repeat;*/
	text-align: center;
	font-family: georgia, verdana, arial;
	font-size: 11px;
	line-height: 18px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/*********************/
/*    CONTAINERS     */
/*********************/
#wrapper {
	text-align: center;
	min-width: 800px;
	position: absolute;
	top: 12%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#wrapperbig {
	text-align: center;
	min-width: 800px;
	position: absolute;
	top: 5%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#inwrap {
	margin-left: -420px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 850px;
	height: 600px;
	visibility: visible;
	padding: 0;
	text-align: left;
}
