		/* CSS Reset 
		======================================================= */

		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
		}

		ol, ul {
			list-style: none;
		}

		a {
		text-decoration: none;
		}
		
		body {
			background: #fff;
		}
		
		#wrapper {
			width: 786px;
			margin: 20px auto 0px auto;
		}
		
		#splash {
			width: 490px;
			height: 430px;
			background: url(img/splash.jpg) 0 0 no-repeat;
			padding: 124px 252px 0px 44px;
			text-align: center;
		}
		
		p#text1 {
			font: 11px tahoma;
			font-weight: bold;
			color: #7a2566;
			line-height: 18px;
			width: 480px;
			margin: 0px 0px 20px 0px;
			text-indent: 30px;
			text-align: left;
		}
		
		p#text2 {
			font: 11px tahoma;
			font-weight: bold;
			color: #aa0961;
			line-height: 18px;
			width: 480px;
			text-indent: 30px;
			text-align: left;
			margin: 0px 0px 30px 0px;
		}
		
		span {
			font: 16px georgia;
			font-weight: bold;
			color: #7a2566;
			text-align: left;
		}
		
		span em {
			font-style: normal;
			color: #aa0961;
		}
		
		a#mam {
			width: 121px;
			height: 48px;
			display: block;
			float: left;
			background: url(img/mam.jpg) 0 0 no-repeat;
			text-indent: -5000px;
			margin: 20px 0px 0px 110px;
			display: inline;
		}
		
		a#niemam {
			width: 156px;
			height: 47px;
			display: block;
			float: left;
			background: url(img/niemam.jpg) 0 0 no-repeat;
			text-indent: -5000px;
			margin: 10px 0px 0px 0px;
			display: inline;
		}
		
		#list {
			width: 786px;
			height: 24px;
			background: url(img/listbg.jpg) 0 0 no-repeat;
			font: 11px tahoma;
			color: #a51c86;
			text-align: center;
			padding: 7px 0px 0px 0px;
		}
		
		#list ul {
			list-style-type: none;
		}
		
		#list ul li {
			display: inline;
		}