@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:#000000;
	font-size:13px;
}

	#floatBlocker{
		clear:both;
	}
		
	#releaseWrapper{
		margin-top:30px;
		width:1000px;
		text-align:left;
		position:relative;
	}
	
		#release1{
			width:485px;
			height:270px;
			overflow:hidden;
			position:absolute;
			top:60px;
			left:10px;
			text-align:right;
			margin-top:30px;
		}
		
			#releaseImage1{
				float:right;
				padding-left:5px;
				padding-bottom:5px;
			}
	
		#release2{
			width:485px;
			height:270px;
			overflow:hidden;
			position:absolute;
			top:60px;
			left:505px;
			text-align:left;
			margin-top:30px;

		}
		
			#releaseImage2{
				float:left;
				padding-right:5px;
				padding-bottom:5px;
			}
			
		.releaseTitle{
			color:#fe00ba;
			font-size:14px;
		}
		
		.releaseTitlePolluto{
			color:#008aff;
			font-size:14px;
		}
		
		.releaseTitleFruit{
			color:#ff9000;
			font-size:14px;
		}
		
	#midSection{
		position:absolute;
		top:590px;
		background-color:#333;
		width:100%;
		color:#FFF;
	}
		
		#barrierTop{
			background:url(images/barrierTop.jpg);
			width:100%;
			height:2px;
		}
			
		#barrierBottom{
			background:url(images/barrierBottom.jpg);
			width:100%;
			height:2px;
		}
		
		#newsTitle{
			position:relative;
			top:30px;
		}
		
		#newsContainer{
			width:950px;
			height:350px;
			position:relative;
			top:70px;
			font-size:13px;
			font-weight:bold;
		}
		
			#news1{
				width:150px;
				position:absolute;
				top:0px;
				left:0px;
			}
			
			#news2{
				width:150px;
				position:absolute;
				top:0px;
				left:200px;
			}
			
			#news3{
				width:150px;
				position:absolute;
				top:0px;
				left:400px;
			}
			
			#news4{
				width:150px;
				position:absolute;
				top:0px;
				left:600px;
			}
			
			#news5{
				width:150px;
				position:absolute;
				top:0px;
				left:800px;
			}
			
	#textWrappers{
		margin-top:30px;
		width:800px;
		text-align:left;
		position:relative;
	}
