/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #000;
	color: #000;
}

h2 {
font-size:1.6em;
font-weight: lighter;}


#spacer {
width: 1px;
height: 50%;
margin-bottom: -315px;
float: left;
}


#content {
	clear: left;
	background: #000;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 1110px;
	height: 630px;
	clear: left;
	overflow: visible;
	
	}

#logo_box {
width: 1110px;
text-align:center;
}
	
#info_box {
font-size: 1.4em;
width: 1110px;
height: 167px;
margin-bottom: 20px;
margin-top: 10px;
}

.brands {
float: left;
width: 134px;
height: 150px;
margin-left: 4px;
background: #fff;
color: #000;
position: relative;
}

.brands_top {
background: url(../images/roundcorners_top.gif) no-repeat;
width: 134px;
height: 10px;
position: absolute;
top: 0px;
left: 0px;
}

.brands_bottom {
background: url(../images/roundcorners_bottom.gif) no-repeat;
width: 134px;
height: 30px;
position: absolute;
bottom: 0px;
left: 0px;
}

.brands_infoholder {
width: 120px;
margin-top: 7px;
margin-left: 7px;
}

.black {
float: left;
width: 320px;
height: 150px;
margin-left: 4px;
background: #000;
color: #000;
position: relative;
}

.jobs {
float: left;
width: 320px;
height: 150px;
margin-left: 4px;
background: #fff;
color: #000;
position: relative;
}

.jobs_top {
background: url(../images/roundcorners_top_jobs.gif) no-repeat;
width: 320px;
height: 10px;
position: absolute;
top: 0px;
left: 0px;
}

.jobs_bottom {
background: url(../images/roundcorners_bottom_jobs.gif) no-repeat;
width: 320px;
height: 30px;
position: absolute;
bottom: 0px;
left: 0px;
}

.jobs_infoholder {
width: 306px;
top: 20px;
left: 7px;
font-size: 1.2em;
position: absolute;}




#bottom {
width: 1110px;
text-align: right;
font-size:1.2em;
margin-top: 20px;}
	
.clear {
clear: both;}
	
a:link {
text-decoration: underline;
color: #fff
}

a:visited {
text-decoration: none;
color: #ccc;
}

a:hover {
text-decoration: none;
color: #ccc;
}



.jobs a:link {
text-decoration: underline;
color: #000
}

.jobs a:visited {
text-decoration: none;
color: #999;
}

.jobs a:hover {
text-decoration: none;
color: #999;
}