/* CSS Document */

body {
	background:#FFFFFF; /* Main background colour */
	}
	
#central-container {
	text-align:justify;
	width:770px;
	min-height:800px;
	margin:0px auto;
	}
	
#button-table td{
	padding-top:10px;
	padding-right:34px;
	}
	
#button-physics a {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:230px;
	height:45px;
	line-height:45px;
	background-image:url(http://www.nuigalway.ie/faculties_departments/physics/images/button.png);
	}
	
#button-physics a:hover {
	background-position:0px -45px;
	color:#FFFFFF;
	}
	
#physics-satellite-image {
	width:211px;
	height:149px;
	padding-right:10px;
	background:#FFFFFF url(http://www.nuigalway.ie/faculties_departments/physics/images/physics_satellite.png) center no-repeat;
	}
	
#physics-satellite-text {
	padding-left:10px;
	}

#physics-graduates-text {
	padding-right:10px;
	}
	
#physics-graduates-image {
	width:170px;
	height:170px;
	padding-left:10px;
	background:#FFFFFF url(http://www.nuigalway.ie/faculties_departments/physics/images/physics_graduates.gif) center no-repeat	
	}
	
#physics-research-text {
	padding-right:10px;
	}
	
#physics-research-image {
	width:211px;
	height:149px;
	padding-left:10px;
	background:#FFFFFF url(http://www.nuigalway.ie/faculties_departments/physics/images/physics_research.png) center no-repeat	
	}
	
#physics-footer-image {
	width:770px;
	height:120px;
	background:#FFFFFF url(http://www.nuigalway.ie/faculties_departments/physics/images/physics_footer.png) center no-repeat
	}

/* Removing border links from Images */
a[src$=".png"] {
	text-decoration: none;
	border: 0 none;
}

