.container {
		width: 100%;
		min-width: 925px;
}

.centered {
	width: 925px;
	margin: 0px auto;
	position: relative;
}

#header {
	height: 107px;
	background: url("../img/header-gradient.jpg") repeat-x;
}

#header #logo {
	position: absolute;
	top: 29px;
}

#homeButton {
	position: absolute;
	right: 27px;
}

#header #menu {
	position: absolute;
	right: 18px;
	top: 46px;
	}

#header a {
	text-decoration: none;
	}

	
#footer {
	background-color: #434546;
	height: 175px;
	}
	
#footer p {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
	}

#footer strong {
	font-weight: 100;
	color: #bed600;
	}

#footer p {
	position: absolute;
	top: 32px;
	}

#footer #contact {
	left: 180px;
}

#footer #footerMenu {
	left: 370px;
	font-size: 10px;
	}

#footer #footerMenu a {
	color: #ffffff;
	text-decoration: none;
}

#footer #footerMenu a:hover {
	color: #bed600;
}

#footer #sg4Link {
	left: 819px;
	}
	
#footer #sg4Link a {
	color: #949698;
	text-decoration: none;
}


#footer #sg4Link a:hover{
	color: #ffffff;
	}