﻿/*
Search Test Page Screen CSS
*/
body {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#container {
	width: 795px;
	margin: 0 auto;
}
#header h1 {
	text-indent: -9999px;
}
#header {
	background: url(../images/job-listings.jpg);
	height: 150px;
	width: 750px;
}
#content {
	text-align: center;
}
#footer {
	text-align: center;
}
