body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
		background-image: url(images/HomeBackgroundWhiteColumnWide.png);
		
		background-position: center; 
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-color: #B00D0E; 
        height: 100%;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		text-align: center;
		font-size:90%;
    }
	
	