body {
		margin:0;
		padding:0;
		text-align:center;
		background-image:url('bg.gif');
		background-repeat:repeat-x;
		background-color:#22737b;
	}
	
	#c1 {
		margin:0 auto;
		background-image:url('under_construction.jpg');
		background-position:bottom center;
		background-repeat:no-repeat;
		text-align:left;
		height:580px;
		width:900px;
	}
		#c0 {
			background-image:url('glasweb.gif');
			background-repeat:no-repeat;
			background-position:left bottom;
			width:261px;
			height:80px;
			float:left;
		}
		
		#c1_1 {
			margin:0 auto;
		}
			
			#c1_1_block {
				position:relative;
				right:100px;
				top:30px;
				width:300px;		
				float:right;
			}
	
	#c2 {
		margin:0 auto;
		padding-left:30px;
		text-align:left;
		width:740px;
	}
	
		#c2_b1 {
			padding:50px 10px 50px 0;
			width:230px;
			text-align:left;
			float:left;
		}
		
		#c2_b2 {
			padding:50px 10px 50px 0;
			width:230px;
			text-align:left;
			float:left;
		}
		
		#c2_b3 {
			padding:50px 10px 50px 0;
			width:230px;
			text-align:left;
			float:left;
			color:#33b2b0;
			font-family:verdana;
			font-size:10px;
			line-height:14px;
		}
	
	#uc {
		font-size:24px;
		font-weight:600;
		line-height:normal;
		color:#41a7b1;
	}
	
	p.under_construction {
		margin:0;
		padding:0;
		text-align:justify;
		font-family:sans-serif;
		font-size:12px;
		line-height:24px;
		color:#0e4e54;
	}
	
	h3.middle {
		margin:0;
		padding:10px 0 5px 0;
		letter-spacing:6px;
		font-family:MS Trebuchet;
		font-size:16px;
		font-weight:300;
		color:#68a0a6;
		text-align:center;
		text-transform: uppercase;
		display:block;
		border-bottom:5px solid #f2fafb;
		line-height:normal;
	}
	
	h3 {
		margin:0;
		padding:10px 0 5px 0;
		letter-spacing:6px;
		font-family:MS Trebuchet;
		color:#68a0a6;
		text-transform: uppercase;
		border-bottom:2px solid #1e656c;
		line-height:normal;
		font-size:12px;
		font-weight:300;
	}
	
	div.clear {
		clear:both;
	}
	
	ul {
		padding:0;
		margin:0;
	}
	
	li {
		padding:0;
		margin:0;
		list-style:none;
	}
	
	li a {
		text-decoration:none;
		color:#ca8429;
		font-family:verdana;
		font-size:10px;
	}