     	/*div{
        		border: 1px #111 solid;;
        	}*/
        	
  html { height: 100% }
  body { height: 100%; margin: 0; padding: 0 }
          	
        	 .container{
        	 	width: 100%; 
        	 	min-height: 100%;
        	 	background: url('/m/images/tracks.gif') repeat fixed center center / cover #F2F2F2;
        	 	}
        	 	
	        	 .content{
	        	 	width: 90%;
	        	 	height: 93%; 
	        	 	padding:2% 5% 5%; 
	        	 	max-width: 1000px; 
	        	 	margin: 0 auto;
	        	 	font: normal .80em/normal Verdana;
	        	 	}
	        	 .content img {
					    max-width: 100%;
					    height: auto;
					    width: auto\9; /* ie8 */
					}
				.content ul{
					padding: 0 0 0 20px;
					margin: 0 auto;
				}
				#contacts_map img { 
					max-width: none; 
					}
				h1{ 
					margin: 0.5em 0 .2em;
					/*background: url('/images/logo.png') center right no-repeat;*/
					}
				
				hr { 
					background: #E1E1E1;
					border: medium none currentColor;
					float: left;
					height: 1px;
					margin: 15px 0px;
					width: 100%;
					position: relative;
					}