/* CSS Document */

body {     
	background: transparent url("../img/home-bg.gif") repeat-x left top;
	background-position: 0 4px;
}


div#default_top_line { 
  float : left;
  width : 100%;	
	height: 63px;
  
	color: white;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
  text-align : right;  
  /*align : right;  
  valign : bottom;  
  */
  display : block;  
}
div#default_top_line p { 
  margin-top : 40px;
}

#base_container {  
  background: transparent url("../img/headder-bg.jpg") no-repeat left 61px;
  
}
