    body
{
	background-color: transparent;
	background-image: url(pattern.gif);
	text-align: center;
	min-width: 600px;
}
	div {
		font-family: Tahoma;
		font-size: 13px;
	}
	
	h1, h2, h3, h4, h5 {
		color: #B52227;
		font-size: 20px;
		margin: 0;
	}
	
    .main {
        margin: 0 auto;
		margin-top: -40;
        /* start test */
        /*min-height: 400;*/
        /* end test */
        background: #FFFFFF url(main_bg.png) top repeat-x;
		z-index: -1;
    }
	
		
	#main img {
		margin-left: 0;
		margin-top: 0;
	}

	#content {
		width: 95%;
		margin: 0px 5px 10px 25px;
	}
	
	#header {
		margin: 0 auto;
		width: 800;
		position: relative;
	}
	
	#header img {
		margin-left: 25;
	}
	
	#container {
		width: 800;
		margin-top: 0;
	}

	#progress {
		float: right;
		margin-top: -70;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 12px;
	}
