body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background: #be3b27 url(../images/bg-tile.jpg) repeat-x;
}

#container {
	width: 990px;
	margin-left: -495px;
	position: relative;
	left: 50%;
	display: block;
}

#flPR {
	width: 500px;
	margin-left: -600px;
	margin-top: -80px;
	position: relative;
	left: 50%;
	display: block;
}
#brands {
	width: 200px;
	margin-left: 0px;
	margin-top: -175px;
	position: relative;
	left: 50%;
	display: block;
}
#apDiv1 {
	width: 990px;
	margin-left: 0px;
	margin-top: -75px;
	position: relative;
	left: 50%;
	display: block;
}
#apDiv2 {
	width: 990px;
	margin-left: 250px;
	margin-top: 100px;
	position: relative;
	left: 50%;
	display: block;
}

#content {
	background: url(../images/bg-main.jpg) no-repeat;
	width: 990px;
	height: 600px;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 270px 0 0 105px;
}


/* Links
********************************************************/

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #fefb00;
	text-decoration: none;
}