* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: 0px 398px url(site-bg-bottom.gif) #4A779B;
	font: 11px Verdana;
	color: #fff;
}

#site-bg-top {
	z-index: 1;
	position: absolute;
		top: 0;
		left: 0;
	background-image: url(site-bg-top.gif);
	width: 100%;
	height: 402px;
	text-align: center;
}
	
#container {
	z-index: 2;
	position: absolute;
		top: 50%;
		left: 50%;
	margin: -245px 0 0 -362px;	
	width: 735px;
	height: 490px;
}	

#main {
	width: 705px;
	padding: 100px 0 0 30px;	
	height: 360px;
	background: no-repeat url(main.jpg);	
}

p {
	width: 355px;
	padding: 10px 5px;
	text-align: justify;
	line-height: 160%;
}	
ul {
	padding: 0 0 0 20px;
}
	ul li {
		list-style: disc;
		padding: 2px 1px;
	}

h1 {
	font: 14px Verdana;
}
	a {
		color: #F2676B;
		text-decoration: none;
	}
	a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	.left, .right {
		font-size: 9px;
	}
	.left {
		float: left;
		padding: 5px 0 0 15px;
	}
	.right {
		text-align: right;
		float: right;
		padding: 5px 15px 0 0;
	}
		.left a, .right a {
			color: #fff;
		}

	
	