/* CSS Document */

body{
	font-family: Arial,sans-serif;
	background-image: "backgroundIMG.jpg";
    background-repeat: repeat-y; 
    background-position: center;
    background-attachment: fixed;
	color: #FF9900;
	background-color:#000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}