* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top center repeat-x;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#container{
width: 983px;
margin: 0 auto;
}

/* Masthead - logo, nav etc */

#masthead{
width: 983px;
height: 92px;
float: left;
}

#logo{
width: 229px;
height: 92px;
float: left;
}

#navHome{
width: 754px;
height: 92px;
float: left;
}

/* Banners */

#bannerHome{
width: 983px;
height: 259px;
float: left;
}

/* Content */

#contentContainerHome{
width: 983px;
float: left;
}

#employers{
width: 291px;
height: 289px;
float: left;
background: url(../images/employers-bg.jpg) top left no-repeat;
margin-left: 40px;
}

#working{
width: 291px;
height: 289px;
float: left;
background: url(../images/working-bg.jpg) top left no-repeat;
margin-left: 16px;
}

#jobs{
width: 291px;
height: 289px;
float: left;
background: url(../images/jobs-bg.jpg) top left no-repeat;
margin-left: 16px;
}

.enterImg{
width: 254px;
height: 119px;
float: left;
margin: 23px 0px 0px 18px;
}

.enterText{
width: 254px;
float: left;
margin: 18px 0px 0px 16px;
}

/* Footer */

#footer{
float: left;
width: 983px;
height: 99px;
margin: 10px 0px 0px 0px;
}

#smallprint{
width: 983px;
height: 30px;
float: left;
margin: 10px 0px 0px 0px;
}

