/**
 * Style rules for the main page of monoloco
 * @author Luis Pirir luispirir@gmail.com
 */
	#content_text { 
		background: none !important; 
		width: 729px;
	}
		#text { 
			background: none !important; 
			padding: 0 !important;
			overflow: hidden !important;			
		}
		#wrapper_text {
			width: 373px !important;
			height: 375px;
			background: url(../pix/bg_home.png) no-repeat !important; 
			padding: 30px !important;
		}
			* html #text { 
				float: left; 			
				height: 440px !important; 
			}
		#ads {
			float: left;
			width: 291px;
			height: 414px;
			background: url(../pix/sidebar_home.png) no-repeat;
			margin-left: 5px;
		}
		#bottom_text_home { 
			background: none !important; 
			height: 259px;
			width: 691px;
			height: 259px;			
		}
	#footer {		
		margin: 0 !important;
		padding-top: 0 !important;
	}
		#footer ul { margin-top: 0 !important; }

