body {
	text-align: center;
	
	/* * */
	height: 100%;

	
} 

#wrapper { 	
	width: 900px; 
	margin: 0 auto; 
	text-align: left;

} 


#navbar {
	height:30px;
	padding-top:30px;
	margin-top:10px;
	
	background-image: url(http://www.pandrol.com/images/img/identity/globe.png);
	background-repeat: no-repeat;
	background-position: top right;
	
}

#title-bar {
	height: 40px;
	
	
	background-image: url(http://www.pandrol.com/images/img/contop.gif);
	background-repeat: no-repeat;
	background-position: top;

}

#title-bar h2 {
	padding-top:7px;
	margin-left:50px;
}

#dropdowns {
	width:30%; 
	float:right;
	margin-right:20px;
}


#footer {
	margin-top:20px;
	border-top: 1px solid #999;
	float: left;
	clear:both;

}

#content-container {
	/*
	background: blue;
	height:700px;
	*/
	width:768px;
	margin: 0 auto;
	
	}
	