@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #000000;
	scrollbar-3dlight-color: orange;
	scrollbar-arrow-color: #313131;
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: #80FFFF;
	scrollbar-face-color: red;
	scrollbar-highlight-color: rgb(50,0,1);
	scrollbar-shadow-color: rgb(112,22,21);
	scrollbar-track-color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/background_01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.frameShop_spreadshirt_it {
	height:1700px;
	text-align: right;
	width: 650px;
}
