body {
	font: 11px tahoma, verdana, arial, sans-serif;
	background-color: #424242;
	background-image: url(../images/enns-gateway-bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	letter-spacing:2px;
	/*background-position: 0px -20px;*/
}

#container {
	margin: 0 auto;
	width: 638px;
	margin-top:30px;
}

#logo {
	width:185px; 
	height:219px;
	float:left;
}

#divisions {
	width:434px; height:385px;
	float:left;
	background-image:url(../images/enns-divisions-border.gif);
	background-repeat:no-repeat;
}
#logo img {
	margin-top:130px; margin-left:13px;
}
.division {
	float:left;
	width:100%;
	margin-top:7px;
	margin-bottom:7px;
	cursor:pointer;
}
.division img {
	float:left;
	margin-right:12px;
	margin-left:7px;
	border:0;
}
.division .text {
	margin-top:22px;
}
.division a {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}

#footer {
	width:100%;
	margin-top:30px;
	float:left;
	font-size:9px;
	color:#adadad;
	text-align:center;
}
#footer a {
	color:#cccccc;
}
