	#container {
		position: relative;
		text-align: left;
		height: 590px;
		margin: 3px auto 0;
		width: 960px;
		overflow:hidden;
		}

	/* For IE 5 Mac */
	#mainwrapper {
		position: absolute;
		top: 5px;
		left: 0;
		}

	/*  For everything else \*/
	#mainwrapper {
		width: 100%;
		top: 50%;
		text-align: center;
		margin-top: -303px;
		min-width: 960px;
		}
	/* end hack */ 
	#content {
		position: absolute;
		left: 30px;
		top:220px;
		height: 330px;
		width: 630px;
		overflow:hidden;
		}
	#contentlarge {
		position: absolute;
		left: 120px;
		top:240px;
		height: 330px;
		width: 750px;
		overflow:hidden;
		text-align: center;
		}
	#contentheader {
		position: absolute;
		left: 35px;
		top:190px;
		height: 70px;
		width: 400px;
		overflow:hidden;
		}
		
	
	
/* BITS AND BOBS ********************************************* */	
	
	* { 
		margin: 0;
		padding: 0;
		border: 0 !important;
		}
	body {
		margin: 0;
		padding: 0;
		height: 100%;
		font-family:  arial, Verdana, ms sans serif;
		color: #fff;
		/*background: #000 url("../wrapper.jpg") center center no-repeat;*/
		background: #fff url("../wrapper_white.jpg") center center no-repeat;
		}
	a, a:link,
	a:visited { color: #000; text-decoration:none; background-color: #fff; padding: 3px 10px; border: 0 !important;}	
	a:hover { color: #000; text-decoration:none; background-color: #38bee7; padding: 3px 10px;border: 0 !important;}	
	
