﻿
	
body#default { height:101%; overflow:scroll; overflow-x:auto; }
body { background:#424242;background-repeat: no-repeat;background-position:top center;text-align:center;   /*overflow-y: scroll; overflow-x: hidden;*/}
    
	
	
#container {
	width:860px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center;
	padding:0px;

	}
	
	#main {
	width:600px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    height:auto;
	min-height:450px;
	}
	
